Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 319 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 319 Bytes

Vidly

Vidly is a movie web app. Users can view, rate, and sort movies based on genre, stock, rates. The frontend is built on Reactjs.

INSRUCTIONS

  1. Clone the repository
  2. checkout to develop branch
  3. Install the dependences and start the app by running the following commands:
    • npm i
    • npm run start