single page apps made easy
Go to file
Ryan Haskell-Glatz 16c62bfe84
Update Auth.elm
2021-04-24 15:01:57 -05:00
docs thanks joar! 2021-03-24 12:14:01 -05:00
examples Update Auth.elm 2021-04-24 15:01:57 -05:00
src add elm-program-test example 2021-04-24 15:00:41 -05:00
.gitignore prepare for beta publish 2021-01-16 13:39:53 -06:00
elm.json update protected page api 2021-03-04 09:00:12 -06:00
LICENSE include license 2021-01-15 21:42:53 -06:00
README.md oops 2021-02-21 15:51:09 -06:00

elm-spa

Installation

npm install -g elm-spa@latest

Quick start

1. Create a new project

mkdir your-new-project
cd your-new-project
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

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 through the ryannhg/elm-spa package documentation. The package exists to constrain the CLI, and provides basic internal helper functions. Check out the official guide instead!