Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 544 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 544 Bytes

week4-project

To Start

Fork the repo

then navigate your terminal into the frontend folder and input npm install to install all extra dependencies

after that input npm run start to serve the repo in your local machine

Then also navigate also into the backend folder with another Powershell terminal and input yarn install

after that input yarn start:dev to serve the repo in your local machine

to access the angular front end navigate to http://localhost:4200 to access the back end sever navigate to http://localhost:3000/api