cra-template-sas
v0.1.16
Published
An opinionated CRA template by Sunny at Sea.
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.cssand/styles/fonts. - Start by changing all the variables in
/styles/vars.scss,/styles/index.jsand/styles/responsive.scssto 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.jsandcomponents/pages. - Update the start components in
/components/ui-components. - Don't forget to customize the error-boundary,
package.json, README.md,/public/manifest.jsonand other files in/public.
