PWA & REST API project.
Main task: Design & develop a project management application.
First open the folder 'frontend' in terminal, then
- write
npm i
- once finished, write
npm run dev
- dev server should now be running on
Local: http://localhost:3000/
First open the folder 'backend' in terminal, then
- write
npm i
- once finished, write
npm run start-dev
- dev server should now be running on
Local: http://localhost:4000/
Update: The API is now live on heroku.