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
- Host: GitHub
- URL: https://github.com/kumarryogeshh/react-boilerplate
- Owner: kumarryogeshh
- Created: 2017-07-16T17:59:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T12:43:45.000Z (almost 7 years ago)
- Last Synced: 2025-06-11T20:13:50.098Z (6 months ago)
- Topics: react, reactjs
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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).