Improve npm scripts consistency

Closes #255
This commit is contained in:
Farkas József
2017-02-13 23:10:22 +01:00
parent 846fd8941e
commit 61c20cd678
3 changed files with 11 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ First up, make sure that node >=4.x.x and npm >=3.x.x are installed on your syst
git clone git@github.com:UltimateHackingKeyboard/agent.git
cd agent
npm install
npm run dev
npm run server:web
```
At this point, webpack dev server should expose Agent at `localhost:8080`