You can access online for this project at link
For offline purpose:
-
RUN this script
git clone https://github.com/miftahmfaris/movies.git -
Install dependencies
yarn install -
RUN
cp .env.example .env -
Fill with your OMDB service at
.env -
RUN App
yarn start -
Check your browser on PORT
http://localhost:3000 -
Thank you