Skip to content

deividkamui/bootstrap-winjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap WinJS

Development

Install Node.js

http://nodejs.org/download/

Make sure Node.js is available in your path.

Install Grunt

npm install -g grunt-cli

Clone the repo

git clone https://github.com/winjs/bootstrap-winjs.git

You should have a bootstrap-winjs folder.

Installing npm packages

To install the required npm packages:

cd bootstrap-winjs
npm install

Building bootstrap-winjs

Just run:

grunt

This will compile the generated files into the dist folder.

Launching a local server

Just run this task to display the demo pages in your browser:

grunt server

Launch this URL in your brower: http://localhost:9001/

The changes you make to the Sass files *.scss or source documentation files *.hbs will be automatically recompiled. Just refresh your browser window.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Handlebars 65.8%
  • CSS 32.1%
  • JavaScript 2.1%