https://github.com/patrickmarabeas/nrg.js
Module for interfacing React components with Angular applications
https://github.com/patrickmarabeas/nrg.js
Last synced: 9 months ago
JSON representation
Module for interfacing React components with Angular applications
- Host: GitHub
- URL: https://github.com/patrickmarabeas/nrg.js
- Owner: patrickmarabeas
- License: mit
- Created: 2014-09-03T12:34:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T10:50:39.000Z (about 9 years ago)
- Last Synced: 2025-09-09T23:45:32.301Z (10 months ago)
- Language: JavaScript
- Homepage: http://patrickmarabeas.github.io/nrg.js
- Size: 586 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nrg.js
### Module for interfacing React components with Angular applications
Paired with an article I wrote: https://github.com/patrickmarabeas/Interfacing-React-Components-with-Angular-Applications
### Install and Inclusion
Grab it with Bower: `bower install nrg`
Include it in your AngularJS application:
var myApp = angular.module( 'myApp', [ 'nrg' ] );
### Install local dev environment
npm install -g gulp
npm install
gulp watch