项目作者: jcmelchorp

项目描述 :
Angular 10 template of CRUD operations using State Management @ngrx, Angular Material and Bootstrap 4.5
高级语言: TypeScript
项目地址: git://github.com/jcmelchorp/item-crud.git
创建时间: 2020-07-12T09:05:14Z
项目社区:https://github.com/jcmelchorp/item-crud

开源协议:

下载


Item CRUD

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.

Features of the application

Install application

Just clone this repository:

  1. git clone https://github.com/jcmelchorp/item-crud.git

Then, install dependencies:

  1. npm install

And, complile application:

  1. ng build --prod

Run application

To run the local server and the application at the same time, run:

  1. npm run start