Skip to content

training-program/netflixroulette

Repository files navigation

NETFLIXROULETTE

A single page application, which will allow users to search the Movies DB database

Project setup

Install

npm ci

Install and start server

cd backend
npm install
npm start

Compiles and hot-reloads for development

npm start

Lint project

npm run lint

Compiles and minifies frontend for production

npm run build