An example Single Page Application using AngularJS, Typescript, Gulp and Webpack to showcase the on-demand loading of angular modules using webpack.
1.0.0
TAGW is written using Typescript and uses the webpack to load the angular modules and libraries on demand.
- AngularJS - HTML enhanced for web apps!
- Twitter Bootstrap - great UI boilerplate for modern web apps
- Gulp - the streaming build system
- Webpack - the bundling tool
- Typescript - Superset of Javascript
You need Gulp installed globally:
$ npm i -g gulp
$ git clone [git-repo-url]
$ cd <path to application folder>
$ npm install
$ npm run dev
If run the above command, you might be getting 4 typescript semantic error. please ignore it.
$ npm run bundle
npm run launch
username: test password: test
- Write Tests
- Refactor moduleLoader
- Add Code Comments
MIT