jacobggman / mern-auth-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 80.3%Language:HTML 12.8%Language:CSS 6.9%