This is a simple app built with AngularJS, Redux ES6, Webpack, and Gulp.
It is an experiment to try out redux with Angular 1.x. It is a one page application with a list of hotels for a Qantas airline passenger to choose from. See screenshot below
You will need node
(https://nodejs.org/en/) and npm
.
git clone git+https://github.com/dhatawesomedude/hooroo.git
cd hooroo
npm install
gulp
Karma is the test runner for this project. Run the following command to run tests.
npm test
- Implement redux store