https://github.com/zag/react-webpack-demo
react-webpack-demo + babel
https://github.com/zag/react-webpack-demo
Last synced: 10 months ago
JSON representation
react-webpack-demo + babel
- Host: GitHub
- URL: https://github.com/zag/react-webpack-demo
- Owner: zag
- Created: 2016-01-24T16:28:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T14:14:19.000Z (over 10 years ago)
- Last Synced: 2025-04-14T22:34:50.964Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://asm.zag.ru/index.html
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-webpack-demo
This is a demo for building React apps. Use this to get started, and if you find yourself needing additional features.
## How to use this
* Clone the repo: `git clone https://github.com/zag/react-webpack-demo.git`
* Install the dependencies: `cd react-webpack-demo && npm install`
* Start webpack: `npm run dev`
* Point browser to http://localhost:8080/webpack-dev-server/
Run `npm run build` to update `buid/bundle.js`