mi-v1/frontend
Cadey Ratio 4445962997
continuous-integration/drone/push Build is passing Details
frontend: uglify
2020-01-22 18:01:44 +00:00
..
public Add more stuff 2020-01-18 13:25:48 -05:00
src fill width 2020-01-18 17:30:04 -05:00
.dockerignore dockerignore 2020-01-18 13:22:12 -05:00
.gitignore frontend: uglify 2020-01-22 18:01:44 +00:00
.npmignore switch to elm-spa 2020-01-18 13:20:39 -05:00
README.md switch to elm-spa 2020-01-18 13:20:39 -05:00
build.sh frontend: uglify 2020-01-22 18:01:44 +00:00
elm-spa.json switch to elm-spa 2020-01-18 13:20:39 -05:00
elm.json Add more stuff 2020-01-18 13:25:48 -05:00
netlify.toml switch to elm-spa 2020-01-18 13:20:39 -05:00
package-lock.json switch to elm-spa 2020-01-18 13:20:39 -05:00
package.json switch to elm-spa 2020-01-18 13:20:39 -05:00

README.md

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