The client side part of web app that lets users track movies and tv shows they have seen. (Server Repo)
-
Follow the instructions on the server repo.
-
Clone the project
git clone https://github.com/Panos-JC/tmp-client.git
-
Create an
.env
file in the root of the project based on.env.example
. -
Install dependencies
yarn install
- Start in development mode
yarn dev