https://github.com/cr3wcr3w/next-twitter-clone
(next-app, prisma, lucia, docker) (there's no official web sockets support so this proj is temporary stopped)
https://github.com/cr3wcr3w/next-twitter-clone
docker next-app prisma
Last synced: 7 months ago
JSON representation
(next-app, prisma, lucia, docker) (there's no official web sockets support so this proj is temporary stopped)
- Host: GitHub
- URL: https://github.com/cr3wcr3w/next-twitter-clone
- Owner: cr3wcr3w
- Created: 2024-02-01T16:06:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T01:54:38.000Z (over 1 year ago)
- Last Synced: 2025-01-22T17:13:57.053Z (9 months ago)
- Topics: docker, next-app, prisma
- Language: TypeScript
- Homepage: https://github.com/K3ndev/next-twitter-clone
- Size: 912 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Getting started
```bash
# run the script
./start.sh [-dev|-build]
```
---
### Folder structure
```bash
/src
|- /app
|- page.tsx
|- layout.tsx
|- loading.tsx
|- error.tsx
|- /sample-page
|- page.tsx
|- loading.tsx
|- error.tsx
|- /_components
|- /_actions
|- /_hooks
|- /@sample-parallel
|- page.tsx
|- loading.tsx
|- error.tsx
|- /(..)sample-intercepting
|- page.tsx
|- loading.tsx
|- error.tsx
|- /sample-page
|- /[slug]
|- page.tsx
|- /server
|- db.ts
|- /shared
|- /_shacdn
|- /_styles
|- /_hooks
|- /_actions
|- /_components
|- /_icons
```