Project where you can see a list of emails from a database, read them or download in 2 types, XLSX or CSV
First Install the components with
npm install
# or
yarn add
Then run with
npm start
# or
yarn start
First install the dependencies with
npm install
# or
yarn add
Then run with
npm run dev
# or
yarn dev