/angularjs-typescript

An AngularJS structure to use with Typescript.

Primary LanguageTypeScriptMIT LicenseMIT

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