• DocumentationDocs

Set Up Project

├── build/                   # Build files
├── dist/                    # Distribution files
├── src/                     # Source files
│   ├── assets/              # Assets directory
│       ├── css/             # CSS files
│       ├── img/             # Image directory
│   ├── includes/            # HTML template partials
│   ├── index.html           # Index page
└── .gitignore               # Git ignored files
└── .editorconfig            # Editor code styles
└── gulpfile.js              # Gulp configuration
└── LICENSE                  # License agreements
└── package.json             # Node.js packages
└── README.md                # You are reading this
File structure

Install FuzzyMail from NPM

To install FuzzyMail create a directory for the new email template and from there run the command to generate the file structure:

npx fuzzymail

That’s it 🍾 easy as that. Now start the development workflow: Start workflow


Install FuzzyMail from Repository

To install FuzzyMail you need to clone the repository from GitHub:

git clone https://github.com/luangjokaj/fuzzymail

This will clone the repository on your local machine. Navigate to the newly created directory.

Replace the file: ./package.json with ./installer/package.json and continue with the dependency installation.

Install dependencies

npm install

Start workflow

To start the development server run the command:

npm run dev

You are ready to go! Happy coding! 🤓


Generate production template

To generate your distribution files run the command:

npm run prod

The files will be generated in the dist/ directory.

Installing Node.jsResponsive Emails

Follow the creator

Join the community