A solution to flux-challenge written in Elm.
From the root of the repo:
$ yarn && cd backend && yarn && cd ..
You need to start both the backend and the frontend server. After starting them, the app is going to be available under http://localhost:8000.
Responsible for serving Elm code.
$ yarn start
Responsible for serving siths & planets.
$ cd backend && yarn start
$ yarn elm-test
$ yarn elm-test --watch
yarn format
formats the code using elm-format. You can set
up an editor integration so that your
editor is going to run it automatically on save.
To view the complete solution to this challenge, start the servers and then go to http://localhost:8000/solution/staltz/.