elm-spa
a command line tool.
quickstart
If you have the latest NodeJS installed, you can use npx
to get started.
npx elm-spa init my-elm-spa
cd my-elm-spa
npm start
That's it! Your app will be at http://localhost:1234
installing elm-spa
If you would rather just run elm-spa
without the npx
prefix, you can run this
command:
npm install --global elm-spa
And if you don't receive any permissions issues, that's it! If you do, this NPM article may be useful for you.
Running elm-spa help
should now work too!
next up: init