elm-spa/cli/initial-projects/html
2019-12-11 17:31:57 -06:00
..
public it is late, and i must commit these fine bois 2019-11-22 23:32:54 -06:00
src 3.0.0 – add afterNavigate option to Spa.create 2019-12-11 17:29:29 -06:00
.gitignore it is late, and i must commit these fine bois 2019-11-22 23:32:54 -06:00
elm-spa.json move options to its own config, bump elm-core version 2019-12-11 14:56:26 -06:00
elm.json bump elm version for release 2019-12-11 17:31:57 -06:00
package-lock.json it is late, and i must commit these fine bois 2019-11-22 23:32:54 -06:00
package.json 3.0.0 – add afterNavigate option to Spa.create 2019-12-11 17:29:29 -06:00
README.md it is late, and i must commit these fine bois 2019-11-22 23:32:54 -06:00

your elm-spa

learn more at https://elm-spa.dev

local development

npm run dev

folder structure

README.md          -- this file you're reading 👀
elm.json           -- has project dependencies
src/
  Main.elm         -- the entrypoint to the app
  Global.elm       -- share state across pages
  Transitions.elm  -- smoothly animate between pages
  Ports.elm        -- communicate with JS
  Pages/           -- where all your pages go
  Layouts/         -- reusable views around pages
  Components/      -- views shared across the site
  Utils/           -- a place for helper functions