A boilerplate for React applications with all the latest and greatest technologies and practices.
-
Selector
- NodeJS.
- IDE of your choice.
- Command Line Tools.
Install dependencies
npm install
Start development server
npm start
Run test suites:
npm run test
In watch mode:
npm run test:watch
Format code and write based on Prettier rules
npm run format
Analyse Webpack bundles
Development bundle
npm run analyze:dev
Production bundle
npm run analyze:prod