Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xixixao/replicatex
https://github.com/xixixao/replicatex
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xixixao/replicatex
- Owner: xixixao
- Created: 2023-09-18T01:13:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T21:32:20.000Z (11 months ago)
- Last Synced: 2024-11-14T20:47:46.336Z (2 months ago)
- Language: TypeScript
- Homepage: https://replicatex.vercel.app
- Size: 260 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + TypeScript + Next.js + Convex + Tailwind + ESLint + shadcn/ui
Everything you need to build a full stack web app.
All shadcn/ui (Radix) components are already included.
Additonally there are layout components in `components/layout` and typography components in `components/typography`.
Check out example layouts by going to `http://localhost:3000/layouts`
## Get started
```
bun init xixixao/convex-next-template my-app
cd my-app
bun dev
```