https://github.com/chantastic/react-starter
I've done this like 500 times...
https://github.com/chantastic/react-starter
Last synced: 2 months ago
JSON representation
I've done this like 500 times...
- Host: GitHub
- URL: https://github.com/chantastic/react-starter
- Owner: chantastic
- Created: 2015-02-17T22:16:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-17T22:32:33.000Z (over 11 years ago)
- Last Synced: 2025-02-02T22:29:12.216Z (over 1 year ago)
- Language: JavaScript
- Size: 223 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## Usage
Get dependencies:
```
npm install
```
Run webpack with option (progress, color, watch):
```
npm start
```
Compile bundle without watching:
```
webpack
```
You can get fancy by using the
[webpack-dev-server](http://webpack.github.io/docs/tutorials/getting-started/#development-server).