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

add server to jquery csdk example #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion image-editor-ui/image-editor-ui-jquery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server ."
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^3.3.6",
"jquery": "^2.2.3"
},
"devDependencies": {
"http-server": "^0.10.0"
}
}
6 changes: 3 additions & 3 deletions image-editor-ui/image-editor-ui-jquery/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Just follow the steps below.

1. `git clone` [the parent repo](https://github.com/CreativeSDK/web-getting-started-samples)
1. `cd` into this subdirectory
1. Run `npm install` (for Bootstrap and jQuery)
1. Run `npm install` (for Bootstrap, jQuery and http-server)
1. Add your Client ID as a string in `index.js` (replacing the string `"<YOUR_KEY_HERE>"`)
1. Run the app
1. Run "npm start" to serve the app, and visit it in your browser at `localhost:8080`

## Learn more

Check out the [Getting started guide](https://creativesdk.adobe.com/docs/web/#/articles/gettingstarted/index.html) for configuration options and more!
Check out the [Getting started guide](https://creativesdk.adobe.com/docs/web/#/articles/gettingstarted/index.html) for configuration options and more!