-
Notifications
You must be signed in to change notification settings - Fork 3
Home
jbosmans edited this page Feb 11, 2015
·
1 revision
Welcome to the Web-UI-Prototyping-Toolkit wiki!
Following steps were validated to work on an IE10 test image by Microsoft https://www.modern.ie/en-us/virtualization-tools
- install git http://git-scm.com/download/win
- install node http://nodejs.org/download/
- install python 2.7 http://www.python.org/download/releases/2.7.3#download
- install visual studio express 2012 http://go.microsoft.com/?linkid=9816758
- open git bash
- clone repo
- git checkout v0.9.1
- open cmd line
- navigate to clone and npm install -> will get error for bower
- open git bash and run npm install again (bower will work as well now)