Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 519 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 519 Bytes

mern-boilerplate

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.

Quickstart

  yarn
  yarn start

Available Commands

  1. yarn start - starts the development server with hot reloading enabled

  2. yarn bs - bundles the code and starts the production server

  3. yarn test - start the test runner

  4. yarn lint - runs linter to check for lint errors