run yarn
to install node dependencies
run elm-package install elm-lang/html
to init elm project
run yarn start
Go to localhost:3000 to view app
Go to localhost:4000 to access api
Starter kit for bootstraping Elm webapp with webpack and hot-reloading (inspired by elm-tutorial.org)
JavaScript
run yarn
to install node dependencies
run elm-package install elm-lang/html
to init elm project
run yarn start
Go to localhost:3000 to view app
Go to localhost:4000 to access api