This project was generated with Angular CLI version 8.3.21.
- git clone
https://github.com/Gopi30k/Pizzeria.git npm installto install all angular npm packages.- Run sample API server using
json-servernpm package.npm install -g json-serverjson-server --watch api/pizzeria.json- Run angular server by
npm start
You would now see the app servers running as follow
- http://localhost:4200/ - Frontend(Angular)
- http://localhost:3000 - Backend(Sample API)