/communication-channel-frontend

Frontend for communication channel backend API

Primary LanguageCSS

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

  1. clone the repository git clone https://github.com/zine-robotics/communication-channel-frontend
  2. clone backend repository git clone https://github.com/zine-robotics/communication-channel-backend.git
  3. cd communication-channel-backend && npm install && npm start
  4. open new terminal
  5. cd communication-channel-frontend && npm install && npm start