https://github.com/potapovdim/react-with-ng2
https://github.com/potapovdim/react-with-ng2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/potapovdim/react-with-ng2
- Owner: potapovDim
- Created: 2017-01-11T11:18:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T10:15:29.000Z (over 8 years ago)
- Last Synced: 2025-01-14T06:15:56.622Z (5 months ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## react-with-ng2
simple example how to run ReactJS component inside angular2 Component
**Stack :**
* [react](https://facebook.github.io/react/)
* [redux](http://redux.js.org/)
* [webpack](https://webpack.github.io/)
* [ng2](https://angular.io/)## Install
```
npm i
```## Run
```
npm start
```