Update README.md

This commit is contained in:
Ryan Haskell-Glatz 2021-04-24 15:06:17 -05:00 committed by GitHub
parent a634d1b5bb
commit 9c493a6ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# my new project
# examples/06-testing
> 🌳 built with [elm-spa](https://elm-spa.dev)
## dependencies
@ -6,7 +6,7 @@
This project requires the latest LTS version of [Node.js](https://nodejs.org/)
```bash
npm install -g elm elm-spa
npm install -g elm elm-spa elm-test
```
## running locally
@ -21,9 +21,9 @@ elm-spa server # starts this app at http:/localhost:1234
elm-spa add # add a new page to the application
elm-spa build # production build
elm-spa watch # runs build as you code (without the server)
elm-test # run unit tests
elm-test # run unit tests
```
## learn more
You can learn more at [elm-spa.dev](https://elm-spa.dev)
You can learn more at [elm-spa.dev](https://elm-spa.dev)