single page apps made easy
Go to file
Ryan Haskell-Glatz 946656ece0
Merge pull request #131 from ryannhg/dependabot/npm_and_yarn/src/cli/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /src/cli
2022-05-23 10:50:05 -05:00
docs adding-a-sign-in-page: fix wrong sig 2021-12-04 11:01:47 +01:00
examples Update vite.config.js 2021-06-21 19:28:45 -05:00
src Bump minimist from 1.2.5 to 1.2.6 in /src/cli 2022-03-29 18:49:31 +00:00
.gitignore prepare for beta publish 2021-01-16 13:39:53 -06:00
elm.json add examples, update images 2021-04-26 23:51:29 -05:00
LICENSE include license 2021-01-15 21:42:53 -06:00
README.md add examples, update images 2021-04-26 23:51:29 -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 ryannhg/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!