An open API service indexing awesome lists of open source software.

https://github.com/kumarryogeshh/react-boilerplate

React JS boilterplate code
https://github.com/kumarryogeshh/react-boilerplate

react reactjs

Last synced: about 2 months ago
JSON representation

React JS boilterplate code

Awesome Lists containing this project

README

          

# react-boilerplate
This React JS boilterplate code designed using webpack. Although the React starter repo, [create-react-app](https://github.com/facebookincubator/create-react-app) makes it faster to setup, you can use this code if you want to learn what webpack does behind-the-scence.

## Getting Started

```shell
$ git clone https://github.com/kumarryogeshh/react-boilerplate.git
$ npm install
$ npm start
```

## Contributing
Feel free to submit a pull requests! For specifics on how to contribute to this project, check out [notes on contributing](CONTRIBUTING.md).

## License
This code is released under the [MIT License](LICENSE).