- Basic Angular 2 Tutorial / Demo, extended
- Different directory structure (components, services, models in their own folders)
- Uses Polymer paper elements (card, button, input)
- Uses Polymer Vulcanize (via
gulp-vulcanize)
- Fork and/or Clone repository
npm install- installpackage.jsondependencies (andbower.jsondependencies)- Build:
npm run build- will produce adistdirectory for the appnpm run start- startslite-serveronlocalhost:3000- Do abuildbefore starting the first time
- Watch:
npm run watch- concurrently startslite-serverand builds and watches files for changes viagulp watch