/mail3-web-client

Mail3 Web Client

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Mail3 Web client

The web client of Mail3.

Quick start

Prerequisites

You will need node >= 14 and yarn >= 1.22 to build and run this project. Run command:

$ yarn

to install dependencies.

Start local development server

After Node.js and yarn has been installed, run this command to start a local development server:

# start mail.me home page
$ yarn dev:home
# start mail3 web client
$ yarn dev:app

License

mail3-web-client is released under the terms of the Apache-2.0 license.