Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 636 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 636 Bytes

MClimate API Integration example

A barebones React.js app using react-router & axios.

Running Locally

Make sure you have Node.js installed.

git clone https://github.com/MClimate/mclimate-flexconf-demo.git # or clone your own fork
cd mclimate-flexconf-demo

Before running the app, you have to insert your CLIENT_ID and CLIENT_SECRET in the config file (src/constants/config.js). CLIENT_ID and CLIENT_SECRET can be generated on the developers portal

npm install
npm start

Your app should now be running on localhost:3000.