Add a step to verify everything is set up properly.

This commit is contained in:
Richard Feldman
2016-04-02 08:37:13 -07:00
parent c5c51cdcfe
commit 597a87e70d
6 changed files with 278 additions and 0 deletions

View File

@@ -49,6 +49,17 @@ token =
still important! `Auth.elm` is in `.gitignore` to avoid accidentally checking in
an API secret, and you should [delete this token](https://github.com/settings/tokens) when the workshop is over.
## Verify Setup
```bash
elm package install
```
```bash
elm live Main.elm --open --output=elm.js
```
## Start with Part 1
Run this at the terminal: