Table of Contents
git clone https://github.com/aary114/discord-clone.git
- Node
Run starting backend server
cd backend
npm i
node index.js
starting frontend app in production mode
cd client
npm i
npm run
- Messaging
- Adding files in chat
- Create Servers
- Create Channels
- Add Members
Distributed under the MIT License.