A create-react-app
bootstrapped boilerplate project, with SASS support.
Project was created with react-scripts
v2.0.5.
To request an update at a future date open an issue or a PR.
How this differs from the boilerplate:
- Moved the default App component into src/components
- Created src/stylesheets and set up folders roughly aligned with the 7-1 pattern (not all 7 tend to be relevant in small projects). Some have files and suggested values and/or values that I frequently reuse when starting new projects. See this project for reference.
- Renamed index.[s]css to main.[s]css
- Clone this project
yarn install
- Run
yarn watch-css
during development, in addition to the standardyarn start
- Reinitialise a git project if you'd like to clear out the boilerplate generation commit history.
rm -rf .git && git init