tsirysndr / slack-clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slack Clone

License: BSD

Slack-Clone is a clone of slack. Implemented using React, Prisma and GraphQL.

Preview

Install

Create a .env file from the .env.example:

cp .env.example .env && cp graphql/.env.example graphql/.env && cp web/.env.example web/.env && cp web/.env.example web/.env.local

Start the server:

docker-compose up

Start the client :

cd web && yarn install && yarn start

Author

👤 Tsiry Sandratraina

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

About

License:BSD 3-Clause Clear License


Languages

Language:TypeScript 94.9%Language:CSS 2.2%Language:HTML 1.6%Language:Dockerfile 0.6%Language:JavaScript 0.3%Language:Shell 0.3%