Awesome
React Component Starter Kit
This is supposed to be a simple starter-kit for creating Open Source React Components. It should include/support:
- a nice README
- some kind of LICENSE
- build + tests
- dist files (amd, common, global)
- .dotfiles
- example + demo (gh-pages, maybe?)
Getting Started
Just clone or fork the repo and start hacking:
$ git clone -o your-component -b master --single-branch https://github.com/daviferreira/react-component-starter-kit.git your-component
Commands
$ cd your-component
$ npm install # Install development dependencies
$ npm run bundle # Build scripts
$ npm run demo # Run webpack dev server
Your Component Name Here
A magic description.
Usage
Development
Contributing
LICENSE
MIT: https://github.com/daviferreira/react-component-starter-kit/blob/master/LICENSE