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