You need to have Deno v1.28.0 or later installed to run this repo.
Start a dev server:
$ deno task dev
Build production assets:
$ deno task build
- You need to use
.mjs
or.mts
extension for thevite.config.[ext]
file.
Currently there's a "papercut" for Deno users:
- peer dependencies need to be referenced in
vite.config.js
- in this example it isreact
andreact-dom
packages that need to be referenced