/mail-sender-client

A webapp which works in combination with the mail-sender-engine

Primary LanguageJavaScript

Mail Sender Client

Connects to the mail-sender-engine to send email messages.

Setting up the environment

To install all the dependencies run :-

yarn install

To start the development server use:-

yarn start

To build the app for deploying to a static webserver use the command:-

yarn build

Running the WebApp

About the webapp

  • React app, created using the create-react-app npm package.