Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 426 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 426 Bytes

Angular Seed with Browserify, Gulp and Karma

This project is a seed for Angular projects and includes:

  • Browserify
  • Karma
  • JSHint

Install dependencies by running

npm install

Make it run

npm start

Gulp tasks

A set of Gulp tasks are configured for this project

  • gulp start - start a local server on port 5000
  • gulp test - run unit tests
  • gulp build - runs tests, jshint and generate assets