anthonymunene / angular-browserify-seed

Angular seed project with Browserify, Gulp and Karma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Angular seed project with Browserify, Gulp and Karma


Languages

Language:JavaScript 95.4%Language:HTML 4.3%Language:CSS 0.3%