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: 3 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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T10:47:02.000Z (over 4 years ago)
- Last Synced: 2025-01-09T06:28:37.990Z (5 months ago)
- Topics: angular, bazel, emails, nodejs, server-side-rendering, typescript
- Language: Starlark
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 3
- 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 protected]# Sent Welcome EMail
http://localhost:3000/welcome?name=Flo&[email protected]

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