Made with:
- Write on Typescript;
- Scss, css modules support, autoprefixing css;
- Development environment with HMR (hot-module-replacement, fast-refresh);
- Optimized production build;
- Babel with preset-env, .browserslistrc and corejs;
- Ready to use eslint, stylelint, prettier, pre-commit hook (husky and lint-staged);
- Ready to test jest;
Just do something awesome!
git clone https://github.com/SeregaSE/basic-react-boilerplate.git my-app
cd my-app
npm install
npm startGo to http://localhost:8080

When you are ready to deploy to production, create a bundle with npm run build.