fix development setup command, fix #535

This commit is contained in:
Jan-Christoph Borchardt 2015-11-09 17:11:21 +01:00
parent 9572bbd65d
commit 936bb8141d

View File

@ -35,7 +35,7 @@ To run the app from source, just clone the code and run this in your terminal:
```
npm install
npm run build
npm start -- --port 8080
npm start
```
## License