Skip to content
This repository was archived by the owner on Jul 27, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 874 Bytes

File metadata and controls

24 lines (15 loc) · 874 Bytes

Web (jQuery): Image Editor UI

This is an example of using the Creative SDK for web with jQuery.

How to use

Just follow the steps below.

In your browser

  1. Register a new app for the Creative SDK
  2. Note your Client ID. You will need it soon.

In your local development environment

  1. git clone the parent repo
  2. cd into this subdirectory
  3. Run npm install (for Bootstrap, jQuery and http-server)
  4. Add your Client ID as a string in index.js (replacing the string "<YOUR_KEY_HERE>")
  5. Run "npm start" to serve the app, and visit it in your browser at localhost:8080

Learn more

Check out the Getting started guide for configuration options and more!