cra-template-sas
v0.1.16
Published
An opinionated CRA template by Sunny at Sea.
Downloads
1
Maintainers
Readme
Sunny at Sea React Starter Template
An opinionated CRA starter template that has been setup with:
- router configs
- errorboundary
- react-helmet
- webfontloader
- starter components
- styles
- custom hooks
Install
npx create-react-app my-app --template sas
Development Workflow
- Update fonts in
/styles/fonts.css
and/styles/fonts
. - Start by changing all the variables in
/styles/vars.scss
,/styles/index.js
and/styles/responsive.scss
to fit your project. - Take a look at the utility wrappers and custom hooks that are available.
- Change or set up new routes (pages) in
/routes.js
andcomponents/pages
. - Update the start components in
/components/ui-components
. - Don't forget to customize the error-boundary,
package.json
, README.md,/public/manifest.json
and other files in/public
.