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.28k stars 530 forks source link

No styling #97

Open Laurensdc opened 3 years ago

Laurensdc commented 3 years ago

I had hoped for an example of how to integrate elm-ui or other CSS sheets but building this package the styles look nothing like the hosted one on Netlify. Am I overlooking something?

jose-mario-jr commented 2 years ago

Having this issue also, I don't know what happenned, but it looks very strange

jose-mario-jr commented 2 years ago

So I was trying again and I got in a solution: Just clone the project, then do the elm build command after that you just need to open index.html with your live server and it works like a charm

dwayne commented 4 months ago

@jose-mario-jr In my implementation, I use Sass even though it isn’t really needed and you can also serve the application locally without any worries of it being different to what’s in production.