Socket
Book a DemoInstallSign in
Socket

create-jsx-email

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-jsx-email

The fastest way to get started with JSX Email

latest
Source
npmnpm
Version
2.1.1
Version published
Weekly downloads
4
300%
Maintainers
1
Weekly downloads
 
Created
Source

npm Join our Discord libera manifesto

JSX email

create-jsx-email

jsx-email The starter command for JSX email.

JSX email The fastest way to get started with JSX email. A utility for quickly scaffolding new JSX email projects.

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>

License

MIT License

Keywords

jsx

FAQs

Package last updated on 20 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts