An React Boilerplate.
- Node.js
>=v12.x.x
- ESLint plugin for your favorite IDE/Code Editor
- EditorConfig plugin for your favorite IDE/Code Editor
npm install
It will start local http server at the http://localhost:9000
by default.
npm start
It will emit optimized and minified bundle to the ./dist directory
npm run build
Checks code for common errors or style problems
npm run lint
Checks the code and fixes the issues
npm run lint:fix
Run the unit-tests using Jest
npm test
npm run test:watch
npm run coverage
npm run analyze