Clubhouse Clone frontend and backend parts.
Technologies: Next.js, Express, PostgreSQL, WebRTC, Typescript
Libraries: sequelize, redux/toolkit, socket.io
npm install
- Create
.env
file bycp .env.example .env
command. - Install PostgreSQL if you didn't do that yet.
# development mode
$ npm run dev
# production mode
# before start you need to build the app
$ npm run start
# build
$ npm run build