single page apps made easy
Go to file
2021-01-16 13:39:53 -06:00
docs Update README.md 2021-01-15 21:44:10 -06:00
examples/01-hello-world move over from private repo 2021-01-15 21:39:37 -06:00
src prepare for beta publish 2021-01-16 13:39:53 -06:00
.gitignore prepare for beta publish 2021-01-16 13:39:53 -06:00
elm.json move over from private repo 2021-01-15 21:39:37 -06:00
LICENSE include license 2021-01-15 21:42:53 -06:00
README.md update readme 2021-01-15 21:51:12 -06:00

elm-spa

Installation

npm install -g elm-spa@6.0.0

Learn more

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

The Elm package

If you are using elm-spa, there's no read through the Elm package documentation. The package exists to constrain the CLI, and serves as a reference for future contributions.

At a glance

1. Create a new project

mkdir your-new-app
cd your-new-app
elm-spa new

2. Check out the new files

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

3. Run it in your browser

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