/movie_rental_app

A test project I'm making as part of a movie rental app for a software engineering course

Primary LanguageJavaScript

Installation instructions

  1. install Node.js on your respective system

  2. clone or download this project

  3. run these commands in a terminal that can run npm in the project folder: npm install followed by npm run setup

  4. Next run this command from the terminal to start the development build of the gui, which should automatically open in your browser of choice npm start