Email Templates

This is a simple Google Chrome extension that contains a list of email templates for a variety of needs.

Deployment

To deploy this project run

# Clone the project
$ git clone https://github.com/balub/email-template-extensions.git

$ cd email-template-extensions

# Install dependencies
$ npm install

# Run the parse server
$ npm start dev

Build

  # Build the Chrome extension
  $ npm run build

To use the extension in chrome as a extension during development please refer to this on how to add a extensions to add the build directory to Chrome as an extension.