Mern Boilerplate - React 16, React-Router 4, Webpack3, Redux, Redux-saga, React-helmet, code Splitting with Loadable-components, HMR, and SSR
Note : Please make sure your MongoDB is running.
yarn
yarn start
-
yarn start
- starts the development server with hot reloading enabled -
yarn bs
- bundles the code and starts the production server -
yarn test
- start the test runner -
yarn lint
- runs linter to check for lint errors