This demo app is implemented with Angular, rxjs and ngrx/store which utilizes redux store.
- Run the following command on the root of the project:
npm install
- Run the application
npm start
- Wait for it to compile successfully, then go to your browser and navigate to http://localhost:4200
If you angular-cli, you can run with
ng serve
or withng serve --open
to automatically launch your browser.