We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c2288 commit 8812aadCopy full SHA for 8812aad
buildTest.sh
@@ -0,0 +1,2 @@
1
+# run test program with: node main
2
+elm make Test/App.elm --output elm.js
main.js
@@ -1,4 +1,4 @@
-// compile YourApp.elm with:
+// compile with:
// elm make Test/App.elm --output elm.js
3
4
// load Elm module
readme.md
@@ -18,6 +18,10 @@ You'll also need to install the dependent node modules at the root of your Appli
18
19
The installation can be done via `npm install` command.
20
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
25
## API
26
27
### Commands
0 commit comments