Prerequisites

To run this project, please make sure you have installed:

  • Node, version 10.15.1
  • npm, version 6.8.0 (usually bundled with node installation)

Set up project

  1. Open up a command line in administrator mode
  2. Change the directory to where the location of the root of this project is (ex. "c:\Projects\my-movie-list>")
  3. Type "npm install" in the command line and press enter (this will install all the required packages)
  4. Type "npm start" to start the dev server up. After a bit, the command line should say "compiled successfully", and the app should open up automatically on your browser