Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xixixao/ai-workshop-demo
Example AI app
https://github.com/xixixao/ai-workshop-demo
Last synced: 8 days ago
JSON representation
Example AI app
- Host: GitHub
- URL: https://github.com/xixixao/ai-workshop-demo
- Owner: xixixao
- Created: 2024-01-30T05:27:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T21:09:33.000Z (12 months ago)
- Last Synced: 2024-11-14T20:47:53.726Z (2 months ago)
- Language: TypeScript
- Homepage: https://ai-workshop-demo.vercel.app/
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convex + TypeScript + ESLint + Vite + React + Tailwind + shadcn/ui
This template provides a minimal setup to get Convex working, with TypeScript,
ESLint and React using [Vite](https://vitejs.dev/).Start by editing `convex/myFunctions.ts` and interact with your React app.
See Convex docs at https://docs.convex.dev/home
## Setting up
```
npm create convex@latest -t react-vite-shadcn
```