Skip to content

keepyourarrow/mernTemplate

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.2%
  • HTML 18.8%