create-email-craft
v0.0.17
Published
The fastest way to get started with Email Craft
Downloads
6
Readme
create-email-craft
The starter command for Email Craft.
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:
npx create-email-craft@latest
This will create a new folder called email-craft-project
with a email-craft
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:
npx create-email-craft <project-name>