Skip to content

(next-app, prisma, lucia, docker) (there's no official web sockets support so this proj is temporary stopped)

Notifications You must be signed in to change notification settings

K3ndev/next-twitter-clone

Repository files navigation

Getting started

# run the script
./start.sh [-dev|-build]

Folder structure

/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

architecture

About

(next-app, prisma, lucia, docker) (there's no official web sockets support so this proj is temporary stopped)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published