This is just a simple test using Angular 4 with Redux
- redux Predictable state container for Javascript.
- @angular-redux/store Redux + Angular bindings
This project was generated with Angular CLI
Both the CLI and generated project have dependencies that require Node 6.9.0 or higher, together with NPM 3 or higher.
install @angular/cli via npm
$ npm install -g @angular/cli
Replace YOUR_THEMOVIEDB_API_KEY'
into src/environments/
folder with you themoviedb.com api key
Generating and serving an Angular project via a development server
ng serve
Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng test
to execute the unit tests via Karma.