Skip to content

Commit 8812aad

Browse files
author
Charles Scalfani
committed
Build test program script and docs
1 parent a1c2288 commit 8812aad

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

buildTest.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# run test program with: node main
2+
elm make Test/App.elm --output elm.js

main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// compile YourApp.elm with:
1+
// compile with:
22
// elm make Test/App.elm --output elm.js
33

44
// load Elm module

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ You'll also need to install the dependent node modules at the root of your Appli
1818

1919
The installation can be done via `npm install` command.
2020

21+
### Test program
22+
23+
The test server is a simple echo server. Use `buildTest.sh` to build it and run it with `node main` command.
24+
2125
## API
2226

2327
### Commands

0 commit comments

Comments
 (0)