single page apps made easy
Go to file
2024-03-12 20:18:29 -05:00
docs Update style.css 2024-03-12 20:18:29 -05:00
examples Update elm package dependency in NPM package 2024-03-12 18:38:02 -05:00
src Update elm package dependency in NPM package 2024-03-12 18:38:02 -05:00
.gitignore prepare for beta publish 2021-01-16 13:39:53 -06:00
elm.json Bump back to 1.0.0 2024-03-12 18:24:05 -05:00
LICENSE include license 2021-01-15 21:42:53 -06:00
README.md Change username 2024-03-12 18:23:31 -05:00

elm-spa

Installation

npm install -g elm-spa@latest

Quick start

1. Create a new project

npx elm-spa new

2. Check out the new files

your-new-project/
  - elm.json
  - src/Pages/Home_.elm
  - public/index.html

3. Run it in your browser

npx elm-spa server   # Ready at http://localhost:1234

Learn more

Visit the official site at elm-spa.dev for more examples, guides, and other documentation.

Do I need the Elm package?

If you are using elm-spa, there's no need to read the ryan-haskell/elm-spa package documentation. The package only exists to constrain the CLI, and provides a few basic internal helper functions.

Check out the official website instead!