2021-04-24 23:04:11 +03:00
|
|
|
# examples/05-vite
|
2021-04-24 22:29:51 +03:00
|
|
|
> 🌳 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
|
2021-04-24 23:04:11 +03:00
|
|
|
npm start
|
2021-04-24 22:29:51 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### other commands
|
|
|
|
|
|
|
|
```bash
|
2021-04-24 23:04:11 +03:00
|
|
|
npm run dev # run elm-spa and Vite without "npm install"
|
|
|
|
npm run build # production codegen and vite build
|
2021-04-24 22:29:51 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
## learn more
|
|
|
|
|
2021-04-24 23:04:11 +03:00
|
|
|
You can learn more at [elm-spa.dev](https://elm-spa.dev)
|