Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.

🆖 2 environment with Gulp, TypeScript, TSLint & Hapi

License

Notifications You must be signed in to change notification settings

brakmic/Angular2-Playground

Repository files navigation

Angular2 Playground

Angular2-rc1 environment based on:

Articles on Angular 2

Part 1

Part 2

Screenshot

demo

Installation
npm install
Running (with Hapi web-server)
npm start

server

Building (with linting, bundling & deployment)
gulp

gulp

Instead of the usual myriad of scripts the index.html in this demo only contains two script-tags.

index.html

This is because we use SystemBuilder in Gulpfile.js to bundle all of the @angular2 scripts & other libs (shims, polyfills, systemjs itself etc.).

Minification
gulp minify

This will produce app.js & app.css which should be used instead of the references from the above screenshot.

Watch with dynamic compilation and deployment
gulp watch
LICENSE

MIT

About

🆖 2 environment with Gulp, TypeScript, TSLint & Hapi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published