Some Deno boilerplate with a site served by vite that lets you login with a steam openid button. UserProvider included
Go to file Use this template
2024-10-11 22:10:29 -05:00
.github/workflows [Deno Deploy] Add .github/workflows/deploy.yml 2024-09-26 17:34:56 +00:00
api add routing of static files to server for deploy 2024-09-26 18:32:44 +01:00
public create vite react app 2024-09-26 15:21:04 +01:00
src wip: testing deployment 2024-10-11 22:10:29 -05:00
.eslintrc.cjs add routing of static files to server for deploy 2024-09-26 18:32:44 +01:00
.gitignore create vite react app 2024-09-26 15:21:04 +01:00
deno.json wip: testing deployment 2024-10-11 22:10:29 -05:00
deno.lock wip: testing deployment 2024-10-11 22:10:29 -05:00
index.html create vite react app 2024-09-26 15:21:04 +01:00
package.json wip: testing deployment 2024-10-11 22:10:29 -05:00
README.md update readme 2024-09-26 18:57:17 +01:00
tsconfig.app.json wip: testing deployment 2024-10-11 22:10:29 -05:00
tsconfig.json create vite react app 2024-09-26 15:21:04 +01:00
tsconfig.node.json create vite react app 2024-09-26 15:21:04 +01:00
vite.config.ts add routing of static files to server for deploy 2024-09-26 18:32:44 +01:00

Deno and React.js

A dinosaur app built with React, Vite and TypeScript

This demo is a simple React app. It uses Vite as the local server, and is written in TypeScript. The app is a simple dinosaur app that displays a list of dinosaurs and allows the user to add a new dinosaur to the list.

You can follow along with the tutorial on the Deno Docs.

Run the app

To run the app, you need to have Deno installed on your machine. You can install Deno by running the following command, or following the instructions in the Deno docs:

curl -fsSL https://deno.land/install.sh | sh

Once you have Deno installed, you can run the app with the following command:

deno task dev

Build the app

To build the app, you can run the following command:

deno task build

Serve the app with Deno

To serve the app with Deno, you can run the following command:

deno task serve

Deno logo  💚 Vue logo by Evan Yu