Skip to content

Template for the MERN stack with user auth and heroku deploy support

License

Notifications You must be signed in to change notification settings

jacobggman/mern-auth-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Auth Template

Template for the MERN stack with user auth using web token and heroku deploy support

Installation

npm install

Start the server side

npm start .\server.js

Or with using nodemon

nodemon .\server.js

Start the client side

cd .\client\
npm start

Releases

No releases published

Packages

No packages published