A deadsimple-to-use React boilerplate. With everything you need and nothing you don't! 🚀
Setup is as simple as cloning, installing, and yarn start
!
git clone https://github.com/satiewaltz/simply-react project_name
cd project_name/
yarn setup:new
yarn start
Open localhost:8080
to see the app. Live editing included.
No nonsense - just get straight to work!
- React 16.3+
- React Hot Loader 4
- Webpack 4.x
- Prettier
- Eslint
- Babel
- SCSS
- CSS Modules
Build to a /dist
folder for distribution:
yarn build
Run your test suite:
yarn test
Analyze bundle size:
yarn analyze
Created by Dave Barthly