Fix watch-task for webpack

This commit is contained in:
Yuya Ochiai
2016-02-09 20:59:52 +09:00
parent ee273a9441
commit f3bca44218
3 changed files with 12 additions and 8 deletions

View File

@@ -50,10 +50,10 @@ Node.js is required to test this app.
2. Run `npm install`.
3. Run `npm start`.
When you edit **.jsx** files, please execute `npm run build` before `npm start`.
When you edit `src/**` files, please execute `npm run build` before `npm start`.
### Development
#### `npm run serve`
#### `npm run watch`
Reload the app automatically when you have saved source codes.
#### `npm test`