Simplify server stuff

This commit is contained in:
Richard Feldman
2018-05-01 20:38:13 -04:00
parent f6d9dd220c
commit a9ff651ebd
4 changed files with 7 additions and 107 deletions

View File

@@ -45,10 +45,11 @@ We'll be running a local server for our Elm UI to use. Let's get it set up.
```shell
cd server
npm install
npm run dev
npm start
```
If the server started up successfully, you should see `mol $` at the end of your terminal.
If the server started up successfully, you should see
`> moleculer-runner services` at the end of your terminal.
We're going to leave this server running and not touch it again for the duration
of the workshop, so **don't close it** until the workshop is over!