/React-Agnostic

Loading React Components in any framework

Primary LanguageJavaScript

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.