A barebones React.js app using react-router & axios.
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.