elm-spa/examples/05-vite
2021-04-24 14:29:51 -05:00
..
public add working vite example 2021-04-24 14:29:51 -05:00
src/Pages add working vite example 2021-04-24 14:29:51 -05:00
.gitignore add working vite example 2021-04-24 14:29:51 -05:00
elm.json add working vite example 2021-04-24 14:29:51 -05:00
package-lock.json add working vite example 2021-04-24 14:29:51 -05:00
package.json add working vite example 2021-04-24 14:29:51 -05:00
README.md add working vite example 2021-04-24 14:29:51 -05:00
vite.config.js add working vite example 2021-04-24 14:29:51 -05:00

my new project

🌳 built with elm-spa

dependencies

This project requires the latest LTS version of Node.js

npm install -g elm elm-spa

running locally

elm-spa server  # starts this app at http:/localhost:1234

other commands

elm-spa add    # add a new page to the application
elm-spa build  # production build
elm-spa watch  # runs build as you code (without the server)

learn more

You can learn more at elm-spa.dev