mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-22 09:44:55 +03:00
.. | ||
public | ||
src/Pages | ||
.gitignore | ||
elm.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
vite.config.js |
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