Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```