Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 506 Bytes

File metadata and controls

12 lines (9 loc) · 506 Bytes

Angular 2 host component interacting with React child components (via Redux).

Demo

building and running it

  1. Install Redux DevTools Extension
  2. Run npm install -g gulp to install Gulp.
  3. Run npm install -g bower to install Bower.
  4. Run npm install to install required node modules and bower components.
  5. Run gulp build to build the application.
  6. Run npm start to launch it.