A quick starter featuring Reactjs, React-Router with dynamic routing, RxJs, Jest, CSS modules, and Webpack 2 bundling.
npm start
- Starts the Expressjs server (only used for production builds)npm test
- Run Jest testsnpm run clean
- Remove dist/npm run build
- Builds the project in production modenpm run dev
- Runs clean then fires up Webpack-Dev-Server w/Hot Module Reloading for developmentnpm run prod
- Runs clean, runs the production build, then starts the Expressjs server with NODE_ENV=production
- Improved testing