Skip to content

Latest commit

 

History

History
62 lines (50 loc) · 1.34 KB

File metadata and controls

62 lines (50 loc) · 1.34 KB

TAGW - Typescript-Angular-Gulp-Webpack

An example Single Page Application using AngularJS, Typescript, Gulp and Webpack to showcase the on-demand loading of angular modules using webpack.

Version

1.0.0

Tech

TAGW is written using Typescript and uses the webpack to load the angular modules and libraries on demand.

Installation

You need Gulp installed globally:

$ npm i -g gulp
$ git clone [git-repo-url]
$ cd <path to application folder>
$ npm install

Compile the .ts files

$ npm run dev 

If run the above command, you might be getting 4 typescript semantic error. please ignore it.

Bundle the app

$ npm run bundle

Run the app

npm run launch

Credentials

username: test password: test

Todos

  • Write Tests
  • Refactor moduleLoader
  • Add Code Comments

License

MIT