From 997c3131b0ef28cd3ece6339520f2e37f44a2d22 Mon Sep 17 00:00:00 2001 From: Jairo S Date: Wed, 12 Oct 2016 17:00:48 -0300 Subject: [PATCH 1/2] fix 'npm run watch' docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 033ce50bf..cc225e88f 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ It will start a local server using `webpack-dev-server` which will watch, build ### Build files * single run: `npm run build` -* build files and watch: `npm run watch` +* build files and watch: `npm run server` ## Testing From c8d5735805a38951f2d43216f25c7c43c508b574 Mon Sep 17 00:00:00 2001 From: Francesco Soncina Date: Thu, 13 Oct 2016 11:37:26 +0200 Subject: [PATCH 2/2] change to npm start instead of npm run server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc225e88f..99e927ea9 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ It will start a local server using `webpack-dev-server` which will watch, build ### Build files * single run: `npm run build` -* build files and watch: `npm run server` +* build files and watch: `npm start` ## Testing