This is a template for incorporating JWT user authentication in a MERN stack web application. This code was inspired by Brad Traversy's tutorial on youtube.
- Clone this repository.
- Install the server dependencies using
npm install
and the client dependencies usingnpm run client-install
. - Run the server using
npm run server
. Run the client usingnpm run client
. Run both concurrently usingnpm run dev
.