elm-spa/examples/docs
2019-12-11 18:33:31 -06:00
..
public prepare for guide videos 2019-12-11 18:33:31 -06:00
src prepare for guide videos 2019-12-11 18:33:31 -06:00
.gitignore im really happy with this thing 😭 2019-11-24 16:52:43 -06:00
elm-spa.json Merge branch 'master' of github.com:ryannhg/elm-spa 2019-12-11 14:57:30 -06:00
elm.json bump elm version for release 2019-12-11 17:31:57 -06:00
netlify.toml add in toml file for redirects 2019-11-24 16:56:07 -06:00
package-lock.json really happy with these transitions 😭 2019-12-11 17:49:03 -06:00
package.json 3.0.0 – add afterNavigate option to Spa.create 2019-12-11 17:29:29 -06:00
README.md prepare for guide videos 2019-12-11 18:33:31 -06:00

your elm-spa

single page apps made easy. 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