Files
elm-0.19-workshop/8/README.md
2016-03-06 07:57:03 -08:00

15 lines
108 B
Markdown

Stage 5
=======
To run tests:
```bash
npm test
```
To engage Auto-Rebuilding:
```bash
npm run watch
```