rtfeldman / elm-spa-example

A Single Page Application written in Elm
https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa
MIT License
3.29k stars 531 forks source link

Add Gitpod Config #92

Open svenefftinge opened 4 years ago

svenefftinge commented 4 years ago

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.

Screenshot 2020-02-09 at 15 24 55