/spark-space-grid

Create persistent layouts of your Cisco Spark spaces in a responsive grid

Primary LanguageJavaScript

Spark Space Grid

A React application for creating persistent layouts of resizable/draggable Spark spaces in a grid.

Deploy to Netlify

npm install

Install dependencies

npm start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will see the build errors and lint warnings in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Environment Configuration

Set CLIENT_ID to specify the Client ID of the Oauth client to authorize users with.
You can create a new integration and obtain a Client ID at https://developer.ciscospark.com.
Be sure to only select the spark:all scope when creating your integration.