A basic Angular2 application with Gulp as build system.
- nodejs
- gulp and gulp-cli
- typings
- typescrit
- ts-node
Clone the repository:
git clone
Navigate to angular2-typescript-gulp
directory:
cd angular2-typescript-gulp
Install dependencies:
npm install
node_modules
and typings
directories should be created during the install.
Build the project:
npm run clean & npm run build
build
directory should be created during the build
npm start
The application should be displayed in the browser.
- A step-by-step tutorial - http://blog.codeleak.pl/2016/03/quickstart-angular2-with-typescript-and.html