mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-26 12:43:20 +03:00
28 lines
466 B
Markdown
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)
|