angularjs-typescript
v1.0.0
Published
AngularJS structure to use with Typescript, Browserify and Gulp.
Maintainers
Readme
AngularJS Typescript
AngularJS structure to use with Typescript, Browserify and Gulp.
Instructions to run the project
Download the dependencies:
npm installDevelopment mode
To run watch mode for typescript, browserify and gulp:
npm run watchProduction mode
To build the project for production type:
npm run buildBoth modes will create a file called bundle.lib.min.js which to further be added to the html page
