1.0.0 • Published 7 years ago

angularjs-typescript v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

AngularJS Typescript

AngularJS structure to use with Typescript, Browserify and Gulp.

Instructions to run the project

Download the dependencies:

npm install

Development mode

To run watch mode for typescript, browserify and gulp:

npm run watch

Production mode

To build the project for production type:

npm run build

Both modes will create a file called bundle.lib.min.js which to further be added to the html page