Skip to content

Sample application showing the usage of Kentico Cloud Delivery Typescript SDK in a plain Javascript application.

License

Notifications You must be signed in to change notification settings

jancerman/KenticoCloudSampleJavascriptApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kentico Cloud Sample Javascript application

This package uses Kentico Cloud Delivery TypeScript SDK to showcase how it can be used in Javascript applications

npm version

Prerequisites

Getting started

Install package

npm i kentico-cloud-sample-javascript-app

Run it

Navigate to the root folder of this package with Node.js commant prompt and execute app script:

node app

Once the server is running navigate to http://localhost:99/

Making changes

In order to use Kentico Cloud SDK you need to first prepare it for usage in browser. For this you need to compile cloud-api.js with browserify:

browserify cloud-api.js -o bundle.js

Note: If you don't see changes after refreshing your browser, use CTRL+F5 to flush the browser's cache

About

Sample application showing the usage of Kentico Cloud Delivery Typescript SDK in a plain Javascript application.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 100.0%