Angular 2 Starter Pack.
- Clone Repository
git clone https://mihaicracan@bitbucket.org/agvision/angular_seed.git
- Install Node Packages
npm install
- Run Postinstall Scripts
npm run postinstall
- In order to run typescript and gulp tasks and start a browser session
npm start
- In order to build your app for production run
npm run build