changes command to run application

the readme was wrong when it said to run npm run web:start. It should be npm run start:web.
This commit is contained in:
Michael Kurrels
2017-12-31 20:07:25 -08:00
committed by GitHub
parent cb20ff7a59
commit bfe62062e7

View File

@@ -29,7 +29,7 @@ npm install -g @angular/cli
```
## To build for development
npm run web:start
npm run start:web
Voila! You can use GoCryptoTrader web app in a local development environment with webpack watching!