Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 164 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 164 Bytes

Basic CRUD

Basic CRUD with Angular 8.1

Start DB server

cd /src/app/data
json-server --watch db.json

Start App

npm install
ng serve