elm-spa/examples/docs
2019-11-26 19:48:15 -06:00
..
public add in docs, prepare for guide 2019-11-26 19:48:15 -06:00
src add in docs, prepare for guide 2019-11-26 19:48:15 -06:00
.gitignore im really happy with this thing 😭 2019-11-24 16:52:43 -06:00
elm.json did some cool frontmatter parsing, but probs don't need it 2019-11-25 23:14:57 -06:00
netlify.toml add in toml file for redirects 2019-11-24 16:56:07 -06:00
package-lock.json im really happy with this thing 😭 2019-11-24 16:52:43 -06:00
package.json im really happy with this thing 😭 2019-11-24 16:52:43 -06:00
README.md im really happy with this thing 😭 2019-11-24 16:52:43 -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