From bfe62062e73479f6c6516e30c2d3f5188745003e Mon Sep 17 00:00:00 2001 From: Michael Kurrels Date: Sun, 31 Dec 2017 20:07:25 -0800 Subject: [PATCH] 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. --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index 3016acd2..c6d8d83d 100644 --- a/web/README.md +++ b/web/README.md @@ -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!