Skip to content

DerekCuevas/elm-19-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm 0.19 SPA

Installation

$ yarn
$ yarn run config
$ yarn dev

Open http://localhost:3000 and start modifying the code in /src.

Production

Build production assets (js and css together) with:

$ yarn prod

Static assets

Just add to src/assets/ and the production build copies them to /dist

Testing

Install elm-test globally

elm-test init is run when you install your dependencies. After that all you need to do to run the tests is

yarn test

Take a look at the examples in tests/

If you add dependencies to your main app, then run elm-test --add-dependencies

About

Elm 0.19 SPA boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages