Skip to content

Simple CRUD example app using Angular v9, Angular Material and NgRx v9

Notifications You must be signed in to change notification settings

darkoandreev/movies-list-ngrx

Repository files navigation

Movies list CRUD application

This project was generated with Angular CLI version 9.0.6.

Installation

Run npm install to install all packages located in package.json file.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.


Run json-server db.json --watch to start development fake backend.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.