https://github.com/nodejh/start-react-with-webpack
Start React with Webpack
https://github.com/nodejh/start-react-with-webpack
Last synced: about 1 year ago
JSON representation
Start React with Webpack
- Host: GitHub
- URL: https://github.com/nodejh/start-react-with-webpack
- Owner: nodejh
- Created: 2016-09-09T09:26:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-19T08:19:03.000Z (over 9 years ago)
- Last Synced: 2025-01-16T12:52:31.342Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://nodejh.com/post/Start-React-with-Webpack/
- Size: 294 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# start react with webpack
## Quick Start
run:
```
$ git clone https://github.com/nodejh/start-react-with-webpack react-sample
$ cd react-sample && npm install
$ npm run dev
```
Then open `http://localhost:8080` in browser, you will see this:

## More
[Start React With Webpack](http://nodejh.com/2016/09/09/Start-React-with-Webpack/)