A basic Angular2 application with Gulp as build system. Used bootstrap 3.4.
Based on project: https://github.com/iRainSystem/angular2-gulp-ts
nodejs must be installed on your system and the below global node packages must be installed:
npm i -g gulp
npm i -g gulp-cli
npm i -g typings@1.3.3
npm i -g typescript@2.0.3
npm i -g ts-node@1.3.0
Clone the repository:
git clone https://github.com/iRainSystem/angular2-gulp-ts.git
Navigate to angular2-gulp-ts
directory:
cd angular2-gulp-ts
Install dependencies by running the following command:
npm install
node_modules
and typings
directories will be created during the install.
Build the project by running the following command:
npm run clean & npm run build
build
directory will be created during the build
Start the application by running the following command:
npm start
The application will be displayed in the browser.