Skip to content

shinevue/MERN-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to MERN-boilerplate

This is a boilerplate project using the following technologies:

Requirements

Intall

  • Install client
cd client
npm install
  • Install Server
cd server
npm install

Running

Make sure to add a config.js file in the config folder. See the example there for more details.

Production mode:

cd client
npm start

Development (Webpack dev server) mode:

cd server
npm run server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published