Files
Matt Aitken 2397fcb640 Express frameworks docs + CLI (#512)
* Manual setup docs

* Added the onboarding

* The emails package now works with Node > 18

* Added CLi support for Express, including custom init command finished messages

* Need to actually log out the installation complete message…

* Fix for an old Remix reference

* Renamed the page export

* Use resolvedOptions.triggerUrl

* Typo in manual instructions
2023-09-27 17:44:50 +01:00
..
2023-08-01 10:21:22 +01:00
2023-08-01 10:21:22 +01:00
2023-01-04 17:13:26 +00:00
2023-06-01 19:12:58 +01:00

Emails

Getting Started

  1. First, install the dependencies:
pnpm install --filter emails
  1. Then, run the development server:
pnpm run dev --filter emails

Open localhost:3080 with your browser to see the result.