Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halfzebra/elm-live-test
Running tests and the development server concurrently
https://github.com/halfzebra/elm-live-test
dev-server elm elm-test
Last synced: 2 days ago
JSON representation
Running tests and the development server concurrently
- Host: GitHub
- URL: https://github.com/halfzebra/elm-live-test
- Owner: halfzebra
- Created: 2017-07-03T15:37:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T06:45:34.000Z (over 7 years ago)
- Last Synced: 2025-01-07T13:01:25.557Z (15 days ago)
- Topics: dev-server, elm, elm-test
- Language: Elm
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Running elm-live and elm-test concurrently
This example shows how to run [elm-live](https://github.com/tomekwi/elm-live) and [elm-test](https://github.com/rtfeldman/node-test-runner) with [concurrently](https://www.npmjs.com/package/concurrently)
Run the example with:
```bash
npm install
npm run start:test:watch
```