originate-react-component-revolunet

0.1.9 • Public • Published

originate-react-component

loom origin for creating distributable react components. Sets up a distributable (npm, bower) react component, with tests and examples.

Fork of original react-component with :

  • zuul instead of karma
  • default .babelrc .eslintrc
  • packages :
    • node-readme

Usage

$ npm install -g loom
# now the originate program is available 
$ originate react-component-revolunet my-component
 
cd my-component
$ npm install
 
#run local specs 
$ npm test
 
$ npm start
#visit localhost:8080 

Local Developement

$ git clone https://github.com/revolunet/originate-react-component.git
cd originate-react-component
$ npm install
$ npm link
 
cd ..
$ npm link originate-react-component-revolunet
 
# now you can use the local repo version with: 
$ originate react-component-revolunet my-component

Licences and Copyright

MIT Style licence (c) 2014 Jason Madsen

Readme

Keywords

none

Package Sidebar

Install

npm i originate-react-component-revolunet

Weekly Downloads

4

Version

0.1.9

License

MIT

Last publish

Collaborators

  • revolunet