https://github.com/zpratt/react-angular-example
React and Angular living in harmony
https://github.com/zpratt/react-angular-example
Last synced: about 1 year ago
JSON representation
React and Angular living in harmony
- Host: GitHub
- URL: https://github.com/zpratt/react-angular-example
- Owner: zpratt
- License: mit
- Created: 2015-09-21T06:02:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-27T04:19:47.000Z (over 10 years ago)
- Last Synced: 2025-02-05T22:43:40.250Z (over 1 year ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Angular Example
---
[See the live example](http://zpratt.github.io/react-angular-example/app/).
The README (and the project itself) is a work in progress. Here's the gist:
This project illustrates how to use the following things:
* Angular - provides the backend of the front-end and some DOM glue
* React - provides the view layer, thanks to [ngReact](https://github.com/davidchang/ngReact)
* es6 - simple angular and react es6 modules
* webpack - simple build process thanks to [hjs-webpack](https://github.com/henrikjoreteg/hjs-webpack)
## To run examples
1. clone the project
- Install dependencies: `npm i`
- Start the webpack dev server: `npm start`
- open a browser to [view the example](http://localhost:3000/webpack-dev-server/)