Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 566 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 566 Bytes

fintech-email-template

Starter kit for fintech email template. Main features:

  • Panini (powered by Handlebar templating language)
  • SASS (CSS Preprocessing)
  • HTML Minify and Inline CSS
  • Browsersync

Installation

Clone this repo, then run this command:

npm install

After the installation is complete, run another command:

npm start

Open browser and visit localhost:3000/product-name/page-name.html

Ready to Produce

Run this command:

npm run build

Copy the dist folder and shipped to Software Engineer Team

:) Happy Coding!