Skip to content

alvaro17f/podcaster

Repository files navigation

Podcaster APP

INDITEX project

⭐ Star me up!

Table of contents

How can I run this project?

It's actually very easy! 😉👌

Step 1: Install

pnpm install

Step 2: Choose your flavour!

  • Development mode:
pnpm dev --open
  • Production mode:
pnpm build && pnpm preview --open

Testing

Run tests!

pnpm test

Run coverage report!

pnpm coverage

Folder Structure

.
├── __tests__
├── public
└── src
    ├── components
    ├── hooks
    ├── layout
    ├── mocks
    ├── pages
    ├── router
    └── utils

Libraries