Hi Richard,
this PR proposes a dev environment config, which allows anyone interested in Elm to get started with one click. The gitpod service is free for open-source and I have configured it to have the required tools installed, build the project including and launch a web server, so users can immediately see the result. It also includes the latest version of the Elm VS Code extension.
Hi Richard, this PR proposes a dev environment config, which allows anyone interested in Elm to get started with one click. The gitpod service is free for open-source and I have configured it to have the required tools installed, build the project including and launch a web server, so users can immediately see the result. It also includes the latest version of the Elm VS Code extension.
You can try it out using this link:
https://gitpod.io/#https://github.com/svenefftinge/elm-spa-example
Let me know what you think.