Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 588 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 588 Bytes

Pizzeria

This project was generated with Angular CLI version 8.3.21.

  • git clone https://github.com/Gopi30k/Pizzeria.git
  • npm install to install all angular npm packages.
  • Run sample API server using json-server npm package.
    • npm install -g json-server
    • json-server --watch api/pizzeria.json
    • Run angular server by npm start

You would now see the app servers running as follow