Angular 10 template of CRUD operations using State Management @ngrx, Angular Material and Bootstrap 4.5
This repository contains a template for an Angular 10 application with basic CRUD operations using Redux architecture for State Management and Angular Material and Bootstrap 4.5 for UI components. For backend simulation the application runs simultaneously a local json server.
Just clone this repository:
git clone https://github.com/jcmelchorp/item-crud.git
Then, install dependencies:
npm install
And, complile application:
ng build --prod
To run the local server and the application at the same time, run:
npm run start