| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A basic Angular2 application with Gulp as build system.
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.2
npm i -g ts-node@1.3.0
Clone the repository:
git clone https://github.com/kolorobot/angular2-typescript-gulp.git
Navigate to angular2-typescript-gulp directory:
cd angular2-typescript-gulp
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.
| Back | FazBrowse Home | New Git URL |