netguru-react-scripts
Disclaimer
This repo is not a fork of create-react-app
. It's just a fork of react-scripts
with modifications to the project template.
Setup
create-react-app project-name --scripts-version netguru-react-scripts
Features
- React Hot Loader,
- SCSS,
- CSS Modules,
- Eslint with Airbnb config,
- Stylelint,
- "Absolute" imports configured for src directory,
- Normalize.css,
Migrating from 1.0.1 to 1.0.2
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.2
or
yarn add --dev --exact react-scripts@1.0.2
If you previously had issues with an Invalid Host Header
error, follow these new instructions to fix it.