elm-spa/examples/05-vite/README.md
Ryan Haskell-Glatz 2fbbf1e80e
Update README.md
2021-04-24 15:04:11 -05:00

28 lines
466 B
Markdown

# examples/05-vite
> 🌳 built with [elm-spa](https://elm-spa.dev)
## dependencies
This project requires the latest LTS version of [Node.js](https://nodejs.org/)
```bash
npm install -g elm elm-spa
```
## running locally
```bash
npm start
```
### other commands
```bash
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](https://elm-spa.dev)