MEAN auth app using JWT.
This app is built in reference to Brad Traversy's course on MEAN Auth. The app uses Passport JWT for authentication and can be used as a boilerplate.
- In your terminal, run
git clone https://github.com/thesanjeevsharma/mean-auth-app-boilerplate.git. - Go to root directory of the app
cd mean-auth-app. - In the terminal, run
npm installto install the dependencies. - To run the node server, run
npm start. - Then cd into 'angular-src', run
cd angular-src. - Then run
ng serveto launch the frontend app.
If at step 6 you get any errors, run npm install first and ng serve again.