Skip to content
forked from winjs/winstrap

The official Bootstrap theme for Microsoft's Modern design language

License

Notifications You must be signed in to change notification settings

v-nichor/winstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Winstrap

The official Bootstrap theme for Windows

 https://winstrap.azurewebsites.net/

Development

Install Node.js

https://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/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: https://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

  • HTML 58.1%
  • CSS 39.2%
  • JavaScript 1.9%
  • Batchfile 0.8%