An open API service indexing awesome lists of open source software.

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

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
```