/picchu

Microsoft.com front-end framework using HTML, CSS, JS

Primary LanguageCSSMIT LicenseMIT

Picchu

Coming soon - a UI framework from Microsoft.com

Install

With Bower

bower install picchu

With Grunt

First you must have installed Node.js. Then install Grunt CLI as an admin user:

npm install -g grunt-cli

Then in the folder of the repository install the required npm packages:

cd picchu
npm install

Or just recompile the Sass files:

grunt

Built-in server

You can launch a static server which watches for changed Sass files and automatically recompiles the changed files:

grunt server

With this server you can access the demo page at this URL: http://localhost:3000/