Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 786 Bytes

readme.md

File metadata and controls

30 lines (19 loc) · 786 Bytes

Telecom Dashboard Client

Telecom Dashboard client is a frontend for Telecom Dashboard, a demo client area of a telecommunications company. The frontend is built using:

  • React
  • Redux

Installation

git clone https://github.com/ischekoldin/telecom-dashboard-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/App.js file according to your backend endpoint.

License

MIT