Skip to content

george3447/angular-webpack-material-lazyload-typescript-starter-template

Repository files navigation

angular-webpack-material-lazyload-typescript-starter-template

Dependency Status

Angular starter template using typescript, angular-material, with webpack support.

Features

  • AngularJs (v1.6.10) component architecture with typescript
  • Integrated with Angular Material (v1.1.9)
  • Webpack (v4.7.0) based bundle system
  • Lazyloaded and preloaded components using Angular Ui Router (v1.0.16) with Webpack
  • Stateful parent components and stateless child components
  • Supports SASS
  • Production
    • Long Term Caching through file hashes enabled
    • Minimized and gzipped CSS and javascript

Installation

1. Clone this project or download the ZIP file

$ git clone https://github.com/george3447/angular-webpack-material-lazyload-typescript-starter-template.git

2. Make sure you have node and npm installed.

3. On the command prompt run the following commands

$ cd `project-directory`
  • For installing the dependencies
$ npm install 
  • For starting development server
$ npm run build
  • For production build
$ npm run dist 

License

The MIT License (MIT)

Copyright (c) 2016 Georgekutty Antony

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.