Skip to content

keepyourarrow/mernTemplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 81.2%
  • HTML 18.8%