elm-webpack-starter icon indicating copy to clipboard operation
elm-webpack-starter copied to clipboard

enable gitpod

Open simonegiacomelli opened this issue 4 years ago • 3 comments
trafficstars

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!

simonegiacomelli avatar Nov 23 '20 09:11 simonegiacomelli

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)

simonegiacomelli avatar Nov 23 '20 09:11 simonegiacomelli

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

simonh1000 avatar Nov 23 '20 14:11 simonh1000

[...] 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!

simonegiacomelli avatar Nov 23 '20 14:11 simonegiacomelli