create-email-craft
v0.0.17
Published
The fastest way to get started with Email Craft
Downloads
632
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@latestThis will create a new folder called email-craft-project with a email-craft 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:
npx create-email-craft <project-name>