elm-spa/examples/05-vite
2021-06-21 19:28:45 -05:00
..
public Update main.js 2021-06-21 19:28:32 -05:00
src/Pages Delete Foof.elm 2021-04-24 17:11:28 -05:00
.gitignore add working vite example 2021-04-24 14:29:51 -05:00
elm.json use package in examples 2021-04-27 03:23:39 -05:00
package.json Update package.json 2021-06-21 19:28:00 -05:00
README.md Update README.md 2021-04-24 15:04:11 -05:00
vite.config.js Update vite.config.js 2021-06-21 19:28:45 -05:00

examples/05-vite

🌳 built with elm-spa

dependencies

This project requires the latest LTS version of Node.js

npm install -g elm elm-spa

running locally

npm start

other commands

npm run dev    # run elm-spa and Vite without "npm install"
npm run build  # production codegen and vite build

learn more

You can learn more at elm-spa.dev