Skip to content

updating react tutorial to not use create-vite-extra #1041

updating react tutorial to not use create-vite-extra

updating react tutorial to not use create-vite-extra #1041

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- run: deno fmt --check