/Devflix

A clone of Netflix using Angular and The Movie Database

Primary LanguageTypeScript

header Devflix
author - Gustavo Henrique GitHub stars
language - PortuguΓͺs

πŸŽ₯ Devflix πŸŽ₯

A clone of Netflix using Angular and The Movie Database


🚧 Devflix 0.1 πŸš€ under construction... 🚧

Table of contents

🎲 Running

Prerequisites

Before start, you need have installed in your machine: Git, Node.js (npm). In addition, it is good to have an editor to work on the code, such as VSCode.

follow those steps to install:

# clone the repository in your machine
$ git clone https://github.com/Gustavo-Henrique-br/Devflix.git

# Install the dependencies:
$ yarn
# or
$ npm install

# Running in watch mode
$ yarn start
# or
$ npm run start

# Just building
$ yarn build
# or
$ npm run build

πŸ›  Technologies