Skip to content

A series of examples of using different JavaScript libraries with WinJS

License

Notifications You must be signed in to change notification settings

pgills/winjs-mashup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winjs-mashup

A series of examples of using popular JavaScript libraries with WinJS.

List of examples:

Installation Steps

Clone a copy of the master winjs-mashup git repo:

git clone https://github.com/pgills/winjs-mashup.git

Change to the winjs-mashup directory:

cd winjs-mashup

Install the grunt command-line interface globally:

npm install -g grunt-cli

Note: You may need to use sudo (for OSX, *nix, BSD etc) or run your command shell as Administrator (for Windows) to install Grunt globally.

Grunt dependencies are installed separately in each cloned git repo. Install the dependencies with:

npm install

Install bower

npm install -g bower

Note: You may need to use sudo (for OSX, *nix, BSD etc) or run your command shell as Administrator (for Windows) to install Bower globally.

Update bower dependencies for the current project

bower update

Run the following to test out the mashup examples:

grunt test

About

A series of examples of using different JavaScript libraries with WinJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published