Skip to content

squidsolutions/jssdk-base-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jssdk-base-app

Base skeleton App for JSSDK.

Handles user login and displays a status message in a sample widget.
Download/Clone a release and use it as a skeleton for your project.

It uses the standard stack :

Along with our JSSDK components :

running

Install the dependencies

npm install
bower install

Build (without cache busting)

grunt build

Watch for future code changes (and automatically rebuild)

grunt watch

Edit the app/main.js file to match your Project's settings (here we use the "musicbrainz" project on a local client)

squid_api.setup({
    "clientId" : "local",
    "projectId" : "musicbrainz"
});

View the build results

open dist/index.html

Now you can follow our tutorials to deep dive into analytical apps development

About

Base skeleton App for JSSDK

Resources

Stars

Watchers

Forks

Packages

No packages published