Movies app created using The Movie Database API.
- Port 4000 is free for the server
- Port 3000 is free for frontend development (though react-scripts will find an alternative free port)
- Tested with node 13.8, but will likely work in other versions
- Clone the repo/download the source
- run
yarn
ornpm install
- Start the server by running
yarn run start-server
ornpm start-server
- Start the frontend dev server by running
yarn start
ornpm start
- Visit the address from the output of the previous step (normally http://localhost:3000)