https://github.com/flolu/angular-render-emails
Rendering Emails with Angular and Sending Them
https://github.com/flolu/angular-render-emails
angular bazel emails nodejs server-side-rendering typescript
Last synced: 5 months ago
JSON representation
Rendering Emails with Angular and Sending Them
- Host: GitHub
- URL: https://github.com/flolu/angular-render-emails
- Owner: flolu
- Created: 2020-10-09T07:10:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T10:47:02.000Z (over 5 years ago)
- Last Synced: 2025-06-05T04:26:47.948Z (10 months ago)
- Topics: angular, bazel, emails, nodejs, server-side-rendering, typescript
- Language: Starlark
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
- Linux
- Yarn
- Docker Compose
- Kubectl
# Commands
**Setup**
- Just run: `yarn`
- Then build the project once: `yarn build:dev`
- Then configure secrets in `libs/config/secrets`
**Send Email**
- Start client: `yarn client:ssr`
- Start server: `yarn server`
- Open http://localhost:3000/welcome?name=Someone&email=someone@example.com
# Sent Welcome EMail
http://localhost:3000/welcome?name=Flo&email=my@email.com

# TODO
- make custom fonts work
- make k8s deployment work