Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasballinger/convex-html-email-example
https://github.com/thomasballinger/convex-html-email-example
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasballinger/convex-html-email-example
- Owner: thomasballinger
- Created: 2023-10-11T05:55:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T05:55:28.000Z (about 1 year ago)
- Last Synced: 2024-10-11T19:12:02.794Z (28 days ago)
- Language: TypeScript
- Size: 112 KB
- Stars: 2
- 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
```