An open API service indexing awesome lists of open source software.

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

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