Skip to content

Latest commit

 

History

History
executable file
·
8 lines (7 loc) · 296 Bytes

README.md

File metadata and controls

executable file
·
8 lines (7 loc) · 296 Bytes

NotFlix

TV and movie streaming platform. (CS160 Project)

##Initial Setup for local testing:

  1. Clone the project (or pull to ensure you're working on the most recent version)
  2. In the command line of your local project folder,
    1. run npm install
    2. To start the server, run npm start