Skip to content

knomedia/originate-react-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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

About

loom origin for creating distributable react components

Resources

Stars

Watchers

Forks

Packages

No packages published