Skip to content

Bootstrap a new elm project that auto-recompiles and lets you use custom CSS

License

Notifications You must be signed in to change notification settings

stuartnelson3/elm-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Bootstrap

Taking inspiration from this comment, elm bootstrap runs a local server that serves an index.html that you can add custom CSS and markup to. Your elm code compiled on each change to any file contained in src/, and the resultant javascript file is embedded within the served document.

Requirements

Setup

  • Run elm package install -y to install the elm dependencies listed in elm-package.json
  • Run go run main.go
  • Make a change in src/Main.elm and save (the elm code is only compiled when a file change is detected)
  • Go to localhost:8080

About

Bootstrap a new elm project that auto-recompiles and lets you use custom CSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published