#React Boilerplate
Unopinionated boilerplate for react, react-flux or react-redux.
##Usage
git clone https://github.com/99xt/react-boilerplate
cd react-boilerplate
npm install
webpack
npm start
open http://localhost:8080
##Features
- compilation with webpack
- live reload
- build on changes
##Dependencies
- react
- babel
- webpack
- webpack-dev-server
We love our contributors! If you'd like to contribute to the project, feel free to submit a PR. But please keep in mind the following guidelines:
- Propose your changes before you start working on a PR. You can reach us by submitting a Github issue. This is just to make sure that no one else is working on the same change, and to figure out the best way to solve the issue.
- If you're out of ideas, but still want to contribute, help us in solving Github issues already verified.
- Contributions are not just PRs! We'd be grateful for having you, and if you could provide some support for new comers, that be great! You can also do that by answering this plugin related questions on Stackoverflow. You can also contribute by writing. Feel free to let us know if you want to publish a useful guides, improve the documentation (attributed to you, thank you!) that you feel will help the community.