create-jsx-email
v2.1.1
Published
The fastest way to get started with JSX Email
Downloads
40
Readme
create-jsx-email
The starter command for JSX email.
Requirements
This package requires an LTS Node version (v18.0.0+) and React v18.2.0+.
Getting started
To get started, open a new shell and run:
npm create jsx-emailThis will create a new folder called email-project with a jsx-email project setup.
Install the dependencies:
cd email-project
pnpm installStart the preview server:
pnpm run devOptions
Alternatively, you can pass a parameter to specify the name of the folder:
npm create jsx-email <project-name>