Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 973 Bytes

README.md

File metadata and controls

56 lines (40 loc) · 973 Bytes

Email Manager

Project where you can see a list of emails from a database, read them or download in 2 types, XLSX or CSV

Version License: ISC Twitter: Lucianompjr

Usage Front-End

First Install the components with

npm install
# or
yarn add

Then run with

npm start
# or
yarn start

Usage Back-End

First install the dependencies with

npm install
# or
yarn add

Then run with

npm run dev
# or
yarn dev

Screenshots

initial page background

email card example