Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
angular-universal-pwa
Advanced tools
Angular Universal PWA boilerplate for serverless environment.
This repo is the boilerplate for (PWA) progressive web app with Angular Universal (serverside rendering). It is prepared to be easily deployed on serverless environment (Google Cloud Functions & AWS Lambda supported).
Angular Universal PWA on AWS Lambda + API Gateway
Angular 5.x:
npm install -g angular-universal-pwa
Angular 6.x
npm install -g angular-universal-pwa@beta
Create project:
ng new --collection angular-universal-pwa myApp
cd myApp
npm start
--provider
- What serverless provider you want to use? (aws
| gcloud
| both
) - default both
--gaTrackingCode
- Provide your Google Analytics tracking code, to enable GA (ie --gaTrackingCode UA-123456
)--firebug
- Decide if you want to download firebug-lite (true
| false
) - default false
##Running modes
npm start
npm run build:dev
npm run build:firebug
npm run build:dev:firebug
npm run test
npm run build:prod
npm run server
ng new --collection angular-universal-pwa myApp
npm run build:deploy:aws
or (since 2.0.0-beta.4)
ng new --collection angular-universal-pwa myApp --provider aws
npm run build:deploy
ng new --collection angular-universal-pwa myApp
npm run build:deploy:gcloud
or (since 2.0.0-beta.4)
ng new --collection angular-universal-pwa myApp--provider gcloud
npm run build:deploy
Feel free to create issue with your feature request
You can support development of this project via Open Collective, Donorbox, Liberapay,
Support this project with a monthly donation and help us continue our activities. [Become a backer]
Become a sponsor and get your logo on our README on GitHub with a link to your site. [Become a sponsor]
FAQs
Angular Universal PWA boilerplate for serverless environment.
We found that angular-universal-pwa demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.