Basic CRUD exercise build in Angular and Bootstrap.
- Node 16.14.2
- Angular 14.1.1
- Bootstrap 5.2.0
- Clone this repository.
npm install
.- Go to data folder and run
npm start
to run json-server. - Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
.