Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 745 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 745 Bytes

K Contact Manager

Environment variables

  • PORT - port, on which to run app.
  • REACT_APP_KCM_BACKEND_URL - URL of backend with supported API.
  • REACT_APP_KCM_GOOGLE_TRACKING_ID - Google Tracking ID (for analitics, etc.). If falsy (empty stringi, for example), scripts are not loaded

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

Development

To enable debug output in browser console, enter localStorage.debug='kcm-fe:*'