Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 310 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 310 Bytes

👓 mail-goggles-frontend

Frontend for an email tracker built with VueJS.

Development

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate