Skip to content

PJijin/MERN-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Starter ⚡️

MERN Starter with Redux.

Usage 📖

  1. Clone the repository
  2. Run this command for downloading dependency npm run install
  3. Enter mongodb config on config/default.json
  4. Start the server and client npm run dev

Client http://localhost:3000/

Server http://localhost:5000/

Command Description
npm run install Download the dependency files of client and server.
npm run client Start the server
npm run server Start the server
npm run dev Starts both server and client