
Starter project for designing and testing HTML email templates
Email Lab is a project for developing and testing email templates. It uses Grunt, a command-line build tool, to streamline and simplify the creation of email templates.
To set up and install Email Lab using Docker, you will need Docker installed. Follow these steps:
settings.sample.json to settings.json and configure the following:
docker-compose up to build and run the docker image.When you are done with development, you can remove the project from Docker by running the command docker-compose down.
Email Lab is a project that simplifies the development and testing of email templates. It uses Grunt as a build tool and supports reusable components and traditional or Sass styling. The installation process requires Node.js, Grunt.js, and Bundler. Alternatively, you can set up the project using Docker.

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.