A Mini Project from BIGIO.ID that interacts between the server and client using socket.io
This is dashboard chat dark mode.
This is dashboard chat light mode.
npm install
npm run dev
# or
yarn install
yarn dev
# or
pnpm install
pnpm dev
# or
bun install
bun dev
Port http://localhost:3000 for the socket.io to interact with backend and frontend.
Open http://localhost:3002 with your browser to see the result.
You can start editing the page by modifying /app/page.tsx
. The page auto-updates as you edit the file.
- nextui
- autoprefixer
- clsx
- eslint
- framer-motion
- next
- next-theme
- react
- react-icons
- react-query
- socket.io-client
- tailwindcss
- typescript
├─app
│ ├───auth
│ │ ├───login
│ │ │ └───page.tsx
│ │ └───register
│ │ │ └───page.tsx
│ ├───dashboard
│ │ └───page.tsx
│ └──README.md
├───components
├───config
├───hooks
└───types