Skip to content

The official Bootstrap theme for Microsoft's Modern design language

License

Notifications You must be signed in to change notification settings

mfitconsultants/winstrap

 
 

Repository files navigation

Winstrap

The official Bootstrap theme for Windows

 http://winstrap.azurewebsites.net/

Development

Install Node.js

http://nodejs.org/download/

Make sure Node.js is available in your path.

Install Grunt and Bower

npm install -g grunt-cli
npm install -g bower

Clone the repo

git clone https://github.com/winjs/winstrap.git

You should have a winstrap folder.

Installing npm packages

To install the required npm packages:

cd winstrap
npm install

Building Winstrap

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

The official Bootstrap theme for Microsoft's Modern design language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 74.8%
  • HTML 23.9%
  • Other 1.3%