mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-22 03:12:01 +03:00
Update README.md
This commit is contained in:
parent
a634d1b5bb
commit
9c493a6ce6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user