Install npm dependencies
npm install
To run the full appengine code, visit https://cloud.google.com/appengine/docs/python/download, and choose the alternative option to "download the original App Engine SDK for Python." Choose the "Linux" platform (even if you use OS X). Unzip the file, such that $HOME/bin/google_appengine/ is populated with the contents of the .zip.
Run simple budo development server:
npm run budo
Run full appengine python server
npm start
Manually installed Nodejs and Git from web
In powershell running as admin I ran following command to setup build tools
npm install --global --production windows-build-tools