/web-chat

Frontend for communication channel

Primary LanguageCSS

Web-chat
Communication channel frontend for zine-robotics. Steps to run

  1. clone the repository git clone https://github.com/aryamanprince/web-chat.git
  2. clone backend repository git clone https://github.com/pc-beast/communication-channel-backend.git
  3. cd communication-channel-backend && npm install && npm start
  4. open new terminal
  5. cd web-chat && npm install && npm start