Skip to content

mr-mad-e/ng-toolkit

 
 

Repository files navigation

Maintainability Test Coverage Build Status Dependency Status Backers on Open Collective Sponsors on Open Collective npm version

@ng-toolkit Tweet

This project has two faces:

  • First, a Angular Universal PWA boilerplate, prepared for easy deployment on Serverless environment. The boilerplate contains all of the best practices and is continously evolving. Find out more about the boilerplate here.
  • Second, a collection of schematics (used with the ng add command) which can be applied to existing Angular projects. All schematics comes from the boilerplate mentioned above. The main goal is to make those schematics interchangeably (developer can apply them in any order)!

Star it and share with others!

Online Demo: Angular Universal PWA on AWS Lambda + API Gateway

Content

PWA starter:

npm install -g @ng-toolkit/init
ng new --collection @ng-toolkit/init myApp [--provider --firebaseProject --gaTrackingCode --firebug]

PWA - @angular/pwa extension

Add update mechanism and server-side rendering fixes to your PWA

ng add @ng-toolkit/pwa [--serverModule]

Serverless (Firebase, AWS Lambda, Google Cloud Functions):

Make your app deployable on serverless environment (FaaS)

ng add @ng-toolkit/serverless [--provider --firebaseProject]

Angular Universal

Add server-side rendering and improve SEO of your app

ng add @ng-toolkit/universal

Firebug-lite

Add firebug-lite to your Angular app

ng add @ng-toolkit/firebug

Planned features

Looking for something more?

Feel free to create issue with your feature request

Support @ng-toolkit

You can support development of this project via:

If you want, you can be listed on the List of donors on the demo page.

Open Collective Backers

Thank you to all our backers! 🙏 [Become a backer]

Open Collective Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Credentials

  • Checkout my home page and find out more about me

About

⭐ Angular tool-box! Start your PWA in two steps! Add Serverless support for existing projects and much more

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 82.5%
  • HTML 10.0%
  • JavaScript 4.1%
  • CSS 2.7%
  • Shell 0.7%