originate-react-component
v0.1.3
Published
loom origin for creating distributable react components
Downloads
5
Readme
originate-react-component
loom origin for creating distributable react components. Sets up a distributable (npm, bower) react component, with tests and examples.
Usage
$ npm install -g loom
# now the originate program is available
$ originate react-component my-component
$ cd my-component
$ npm install
#run local specs
$ npm test
$ npm start
#visit localhost:8080
Local Developement
$ git clone [email protected]:knomedia/originate-react-component.git
$ cd originate-react-component
$ npm install
$ npm link
$ cd ..
$ npm link originate-react-component
# now you can use the local repo version with:
$ originate react-component my-component
Licences and Copyright
MIT Style licence (c) 2014 Jason Madsen