Amazon S3 Bucket
@azure/ng-deploy
Azure Static Hosting
@zeit/ng-deploy
Now environment
...
...
1. Create the necessary account (AWS, Azure, ...)
2. Install the plugin
3. Run deploy
- created infrastructure resources are almost unknown
- resources are less customizable
- can't deal with multiple app requirements
- not able to cleanup your infrastructure on turning offline
- All infrastructure code (resources) is in your repository
- Extendable for your own requirements (VPC, Databases, ...)
- Simple setup
- Infrastructure written in typescript
- Support for biggest providers (AWS, Azure, Google Cloud)
- Support for Angular, Angular Universal, React, NestJS and ExpressJS
- Destroyable infrastructure
npx create-nx-workspace@latest
ng add @dev-thought/nx-deploy-it
# Automatically invokes the scan schematic to check which applications are compatible
ng run my-project:deploy
mitko@dev-thought.cool
@MTschimev
Mitko Tschimev