Skip to content

nitor-infotech-oss/ang-mat-start-kit

 
 

Repository files navigation

AngMatStartKit

This project was generated with Angular CLI version 8.1.2.

This kit can be used as a starter pack for Angular and Material projects.

Features

  1. Built with Angular and Material components
  2. Contains configurable inbuilt material theme
  3. Husky git hooks support
  4. Shared module support
  5. Dynamic configuration support for CI/CD pipelines
  6. Shared services approach for authentication, API calls and project constants

Benefits

  1. Reduce your initial project setup time by 80%
  2. Readily available imports for all material components, no need to import the components explicitly into your modules
  3. Created based on proven standards and learnings while working on different projects
  4. Ready to integrate with any backend API via data service implementation
  5. Support for having dynamic configurations based on multiple environments in CI/CD pipelines
  6. Change the material theme with minimum updates to stylesheets
  7. Prebuilt support for Husky hooks for commits and push scenarios which prevents bad git commits and push

Future Additions

  1. Upgrade to Latest verison of Angular (Angular 9)
  2. Implement Angular Schematics
  3. Add Interceptors and Guards
  4. Add Core module
  5. Add support for Internalization
  6. Add support for PWA

Versions

  1. Angular 8.2.3
  2. Angular Material 8.2.3
  3. Bootstrap 4.3.1
  4. Husky 2.2

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

Starter kit for Angular with Material UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 89.3%
  • TypeScript 8.2%
  • HTML 1.9%
  • JavaScript 0.6%