Under construction...
json-servernpm package installed globallyangular-clinpm package installed globallyvscodesuper editor installed (optional)angular-consolevscode extension installed (optional)
- Clone the repo
- npm install
- Start appliation for development
- Using multiple terminal to manage (or the Angular Console vscode extension)
npm run mock:api- starts the JSON Server to act as a mock for you backend serverng serve client-app- starts the angular dev server
- Using multiple terminal to manage (or the Angular Console vscode extension)