This project was created with the intention of studying a refresh token strategy with Angular and Express.js.
Run npm run start
for entire project start.
Run npm run start:back
for backend server. Exposed in http://localhost:3000/
. The application will automatically reload if you change any of the source files.
Run npm run start:front
for frontend dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.