Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 706 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 706 Bytes

Concord Client

Concord client is a frontend for Concord, a Discord like chat app. The frontend is built using:

  • React

Installation

git clone https://github.com/ischekoldin/concord-client.git

Demo Heroku servers go idle after 30 minutes of inactivity. So the first start of frontend and backend is slow.

Usage

// to start on localhost, the default port is 5000
npm devstart 

Important

  • There is a heroku.com specific script "heroku-postbuild" which isn't required on other platforms.
  • Make sure to adjust the src/Chat/Chat.js file according to your backend endpoint.

License

MIT