create-jsx-email
v2.0.7
Published
The fastest way to get started with JSX Email
Downloads
385
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-email
This will create a new folder called email-project
with a jsx-email
project setup.
Install the dependencies:
cd email-project
pnpm install
Start the preview server:
pnpm run dev
Options
Alternatively, you can pass a parameter to specify the name of the folder:
npm create jsx-email <project-name>