An open API service indexing awesome lists of open source software.

https://github.com/mbejda/generator-ng-aws

Yeoman generator that creates Angular 4 projects bootstrapped with AWS SDK and Twitter Bootstrap.
https://github.com/mbejda/generator-ng-aws

Last synced: 2 months ago
JSON representation

Yeoman generator that creates Angular 4 projects bootstrapped with AWS SDK and Twitter Bootstrap.

Awesome Lists containing this project

README

          

![](https://mbejda.ghost.io/content/images/2017/09/banner.png)

# generator-ng-aws
Yeoman generator that creates Angular 4 projects bootstrapped with AWS SDK and Twitter Bootstrap.

## To Get Started
```javascript
npm install -g generator-ng-aws
yo ng-aws
```

## How It Works
The generator uses Angular CLI to create a new Angular project in the working directory. It then installs modules into the project and configures the project to use those modules.

The following modules get installed and configured by the generator:

- [AWS SDK](https://github.com/aws/aws-sdk-js)
- [AWS Cognito](https://github.com/aws/amazon-cognito-identity-js)
- [NG-Bootstrap](https://github.com/ng-bootstrap/ng-bootstrap)

Find the generator on Github [here](https://github.com/mbejda/generator-ng-aws)

---
If you like it, send me a tweet :)
Twitter: [@notmilobejda](twitter.com/notMiloBejda)