Skip to content

kumaresank/angular-gulp-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Starter Kit with Gulp Build Tool

Getting Started

# Install Gulp CLI as Global dependencies
npm install -g gulp-cli

# clone it
git clone https://github.com/kumaresank/angular-gulp-starter.git
cd angular-gulp-starter

# Install dependencies
npm install

# Start development task
gulp start

# Run production build:
gulp prod