8000 GitHub - alvaro17f/tmdb: TMDB app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alvaro17f/tmdb

Repository files navigation

TMDB APP

⭐ 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
    ├── providers
    ├── router
    ├── types
    └── utils

Libraries

About

TMDB app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0