Skip to content

Skeleton for large AngularJS application using TypeScript, Angular Material & build with WebPack.

Notifications You must be signed in to change notification settings

shashwattt/ng-ui-framework

Repository files navigation

Skeleton for web app using AngularJS+Material Design+TypeScript+Webpack

The intention of this repository is to modernize the frontend devolopment using AngularJS. This repository provides the skeleton for AngularJS projects, in such a way that it can be easily moved to Angular. It also uses AngularJS Material Design for various UI components. This project is using NPM as package manager, TypeScript and Webpack as module loader.

This is, by no means, ment to be used blindly in production.

Features

  • TypeScript 2
  • TSLint
  • @types
  • Webpack 3 + Webpack dev server
  • Karma + Jasmine (Comming Soon)
  • Protractor
  • Styling using SASS
  • NPM
  • Code Coverage
  • AngularJS 1.6
  • UI Router 1+
  • Strict DI using ngAnnotate
  • Production build containing chunks

Usage

To use this starter you can simply clone it to your prefered location by using

 git clone https://github.com/kiranchowdhury/ng-ui-framework.git <directory_name> --depth=1
 cd <directory_name>

and then install the dependencies

 npm install

Once the repository has been cloned locally, you can use the following CLI commands:

npm start

To run the production build, use:

npm run build:prd

If you would like to test the production build by running http-server, use

npm run serve:prd

About

Skeleton for large AngularJS application using TypeScript, Angular Material & build with WebPack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published