react-boilerplate
A boilerplate to create react application without cra.
Install the all dependencies.
$ cd react-boilerplate
$ npm install
npm start // to start webpack development server
npm run build // to build for production
npm run test // to run tests
npm run test:watch // to run tests in watch mode
Note: watch mode requires an initialized git in project's directory!