https://github.com/douglaspimentel/template-deno-vite-react-ts
Template React app with Deno and Vite
https://github.com/douglaspimentel/template-deno-vite-react-ts
deno denoland react typescript vitejs
Last synced: 3 months ago
JSON representation
Template React app with Deno and Vite
- Host: GitHub
- URL: https://github.com/douglaspimentel/template-deno-vite-react-ts
- Owner: DouglasPimentel
- Created: 2023-02-26T15:00:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T20:10:52.000Z (over 3 years ago)
- Last Synced: 2025-03-06T10:06:13.673Z (over 1 year ago)
- Topics: deno, denoland, react, typescript, vitejs
- Language: CSS
- Homepage: https://deno-vite-react-ts.deno.dev/
- Size: 523 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite + Deno + React + TypeScript
Template React app with Deno and Vite.
## Running
You need to have Deno v1.28.0 or later installed to run this repo.
Start a dev server:
```
$ deno task dev
```
## Deploy
Build production assets:
```
$ deno task build
```