Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 556 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 556 Bytes

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

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.