Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 387 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 387 Bytes

mern-auth

A mern-authentication boilerplate, for beginners

Firstly install

Node.js = nodejs.org Mongodb = mongodb.com Nodemon = npm install -g nodemon

Then type, npm install && cd client && npm install && cd.. Then start the server by typing, npm run server

Open another terminal to the same path Then type, cd client && npm run start

You have successfully started the server :)