This commit is contained in:
Dana Woodman 2018-03-04 14:47:25 -08:00
parent ec5c62b81a
commit 07adb87899

View File

@ -75,7 +75,13 @@ Now you can deploy to your connected Tessel device:
npm run deploy npm run deploy
``` ```
For local development, you can run `npm start` which will run the application locally as well as run the test suite, watching for changes. For local development, you can run:
```bash
npm start
```
...which will run the application locally as well as run the test suite, watching for changes.
### Testing ### Testing