wallaceosmar / HyperTube

A Netflix clone app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HyperTube

All Contributors

A Netflix clone app with NextJS and MongoDB.

Documentation

Main commands

Install neccessary dependencies

npm install

Start dev mode

npm run dev

Then open http://localhost:3000 with your browser to see the result.

Build the app

npm run build

An optimized production build will be produced.

Then you can serve the app with:

npm run start

Unit Test

npm run test

This will run all the tests in the tests/ directory.

Code Coverage

npm run coverage

This will run all the tests and display the percent of code that the tests covers.

MongoDB

npm run mongo

This will run a docker instance with mongo.

You can clean this instance with:

npm run clean

Contributors ✨

Thanks goes to these wonderful people (emoji key):


jergauth

💻

caro-rokah

🎨

Zeid Tisnes

💻

0auBSQ

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

A Netflix clone app


Languages

Language:TypeScript 89.7%Language:SCSS 9.0%Language:JavaScript 1.3%