Demo runs here : https://yeminyi.github.io/task-manager/
- Using
@ngrx/storefor state management and@ngrx/effectsthe RxJS powered side effect model for store. - Using
@ngrx/entityto Reduce boilerplate for creating reducers that manage a collection of models. - Using
@ngx-translate/corefor the internationalization - Using
rxjsfor reactive programming. - Using
json-serverfor REST API. - Using
@angular/flex-layoutfor UI layout. - Using
@angular/materialfor the UI component. - Using
@angular/animationsfor the animations. - Using
karmafor Unit testing.
- Using
@angular/clifor command-line interface - Using
concurrentlyto run multiple commandsjson-serverng serveconcurrently
- fork the project
- git clone projectn
cd to the project foldernpm installnpm startto start the front-end project and json-server ,then visithttp://localhost:8000(If run at local using json-server,please change the BASE_CONFIG tohttp://localhost:3002)npm run start:ssrstart SSR version (Server Side Rendering)