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 installStart development server
npm startRun test suites:
npm run testIn watch mode:
npm run test:watchFormat code and write based on Prettier rules
npm run formatAnalyse Webpack bundles
Development bundle
npm run analyze:devProduction bundle
npm run analyze:prod