https://github.com/frenchbread/rwb
react-webpack-babel
https://github.com/frenchbread/rwb
Last synced: about 1 month ago
JSON representation
react-webpack-babel
- Host: GitHub
- URL: https://github.com/frenchbread/rwb
- Owner: frenchbread
- License: mit
- Created: 2016-11-17T14:48:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T23:05:30.000Z (over 8 years ago)
- Last Synced: 2025-02-11T19:37:02.417Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rwb
> Example app with React Webpack and Babel
### Run
1. `git clone https://github.com/frenchbread/rwb`
2. `cd rwb && npm install`
3. `npm i webpack -g`
4. `npm run build`
5. `npm start`
6. `open http://localhost:3000/`