Awesome
TodoMVC built with Angular and NgRx
The well-known TodoMVC built with Angular and NgRx in a structured and testable way.
Concepts and tools covered
Usage
After installing the dependencies the following NPM scripts become available:
start
: starts the application in development mode on http://localhost:9100build
: bundles the application for production into thedist
foldertest
: runs unit and E2E teststest:unit
: runs unit tests with Karma and Jasmine in thesrc
folder suffixed with*.spec.ts
test:e2e
: runs E2E tests with Protractor in thee2e/src
folder suffixed with*.spec.ts
format
: formats the code with Prettier within thesrc
folderlint
: lint files with TSLint based on Codelyzer and the Prettier config
Component architecture
Application is compatible with Augury devtools and Redux devtools
Series
This implementation is part of a series where the same application was implemented with the same architecture.