This is a starter code repo for getting angular2 to work in multiple clients (web and desktop).
- Install NodeJS 5.x and NPM 3.x.
- run
npm install http-server -g
- run
npm install gulp -g
- run
npm install typings -g
- run
npm install typescript -g
- run
npm install electron-prebuilt -g
- run
npm install
- run
typings install
- run
npm run preview-web
- run
npm run compile-web
- run
npm run preview-desktop
- run
npm run compile-desktop