elm-webpack-starter
elm-webpack-starter copied to clipboard
enable gitpod
First and foremost, thank you for your very useful repository It helped me to enter at high speed in elm coolness, I'm very grateful.
I recently discovered Gitpod; the service is amazing!
What do you think about adding gitpod yml configuration?
Best!
I created a fork and added .gitpod.yml here
These are additional improvements that comes to my mind:
- ~~auto open the preview window (i.e. http://host:3000)~~ scratch that! already done: gitpod is awesome!
- enable vscode for debugging
- installing elm plugin by default (already there, maybe?)
- automatically open src/Main.elm in the editor
- hot reload works, but not in gitpod (gitpod issue imho)
Hi, and thanks for your feedback. I don't really have any time for working on this, but if you can show me a fully working environment, and that does not impede the standard command line functionality, I will gladly accept your PR
[...] if you can show me a fully working environment
Sure, here it is: https://gitpod.io/#https://github.com/simonegiacomelli/elm-webpack-starter Know that gitpod will take a couple of minutes to create the environment. But it's worth it :)
I will create a pull request so you will be able to inspect it.
that does not impede the standard command line functionality, I will gladly accept your PR I just added the file .gitpod.yml so it should not impede it.
Thank you for the quick start repo!