Getting Started

A simple movie catalog app built with React (Redux and hooks) and NodeJS back end.

Viewable demo here: https://gracious-booth-ec7685.netlify.com/

Client (/)

npm install

Install dependencies

npm start

Runs the app in development mode.

Server (/api)

npm install

Install dependencies

npm start

Runs the server in development mode.