Can someone please assist me in cloning aurelia / aureliajs app onto fresh windows 10 using JetBrains webstorm ?
Steps I took:
- Install Windows 10
- Install JDK
- Install Python 2.7
- Install Nodist
- cmd: nodist latest command (to make sure)
- go to site root folder
- cmd: npm install npm -g
- cmd: npm install jspm bower gulp -g
- jspm registry config github
- npm install && jspm install && bower install
(please note my app is using jspm/bower/graceful so, for those who don't use it, well.. please don't insert it)
Python is being used for NodeGyp.
Thanks Anyone !?