Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 707 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 707 Bytes

MERN Template - Hold the M.

A quick template ready to run. Express, webpack, and babel are configured to immediately run a basic React page. Perfect for experimenting.

  1. Get yourself a copy of this Repo
  2. 'npm install .' to install dependencies.
  3. Open up two terminals.
  4. Run the nodemon server: 'npm start' in one terminal.
  5. Run the webpack dev server: 'npm run dev' in the other terminal.
  6. Head to localhost:3000
  7. Open the root folder in your editor of choice and enjoy.

Guide to Build this Template