mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-22 01:32:43 +03:00
single page apps made easy
cli | ||
example | ||
src | ||
.gitignore | ||
docs.json | ||
elm.json | ||
README.md |
elm-spa
single page apps made easy
try it out
npx elm-spa init new-project
or just install the elm package
elm install ryannhg/elm-spa
or run the example
cd example && npm start