Skip to content

Commit

Permalink
added build:serve to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndWessels committed Dec 17, 2015
1 parent ee9b465 commit a268aab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ This will serve the `dist` folder on port `8080`. Just make sure you serve the s

## Scripts

* `npm start` - start development server, try it by opening `http://localhost:8080/`
* `npm start` - start development server, try it by opening `http://localhost:8080/` or with browser sync `http://localhost:3000/`
* `npm run build` - generate a minified build to dist folder
* `npm run build:serve` - serve the minified build locally on port 8080
* `npm run test` - run all tests
* `npm run test:live` - continuously run unit tests watching for changes
* `npm run database:fake` - create/override the database with fake data
Expand Down

0 comments on commit a268aab

Please sign in to comment.