alvaro17f / podcaster

Podcaster app

Home Page:https://podcaster.alvarwx.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Podcaster app

https://podcaster.alvarwx.com/


Languages

Language:TypeScript 97.0%Language:HTML 1.5%Language:JavaScript 1.2%Language:CSS 0.3%