- Docker
- Elm (https://guide.elm-lang.org/install.html)
npm install -g elm-live elm-format elm-test
npm install -g graphcool
cd server
graphcool local up
cd server
graphcool deploy
cd client
elm-live index.elm --open --port=8001
cd ../
docker-compose up
Then, open http://localhost/vltava for application with live reloading. For debugging run elm-reactor and open http://localhost:8000/index.debug.html
elm-reactor
elm-test --watch
Simple API: http://localhost:60000/simple/v1/cjglzx2tc00040138dwoe11xk
Relay API: http://localhost:60000/relay/v1/cjglzx2tc00040138dwoe11xk
Subscriptions API: ws://localhost:60000/subscriptions/v1/cjglzx2tc00040138dwoe11xk
Simple API: http://localhost:60000/simple/v1/cjgt2cc9r00080125d98qhmrk
Relay API: http://localhost:60000/relay/v1/cjgt2cc9r00080125d98qhmrk
Subscriptions API: ws://localhost:60000/subscriptions/v1/cjgt2cc9r00080125d98qhmrk
elm-make index.elm --output=./build/index.js
graphcool deploy --target=prod