Visualize the Star Wars API.
Learn some Elm using these resources.
You can write & compile Elm using Ellie. Or...
npm i -g elm elm-format elm-oracle will install the following tools:
elm-repl— play with Elm expressionselm-reactor— get a project going quicklyelm-make— compile Elm code directlyelm-package— download packageselm-format— makes code easy to read, write & maintainelm-oracle— query project source code & docs
Then add Elm language support to your editor and you will have a robust enviornment for devloping Elm apps.
Run elm-make Main.elm --output=dist/app.js and open dist/index.html in your browser. Use this chrome exension.
