Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chiefagu/dvd-store

Repository files navigation

DVD Rental Store

👋 hi there! My name is Josh! This is a repo for a fictional movie rental store

System Requirements

  • git v2 or greater
  • NodeJS v12 or greater
  • yarn v1 or greater (or npm v6 or greater)

All of these must be available in your PATH. To verify things are set up properly, you can run this:

git --version
node --version
yarn --version # or npm --version

If you have trouble with any of these, learn more about the PATH environment variable and how to fix it here for windows or mac/linux.

Setup

After you've made sure to have the correct versions installed, you should be able to just run a few commands to get set up:

npm install
npm run validate

Running the tests

npm test

This will start Jest in watch mode. Read the output and play around with it.

About

This is a repo for a fictional movie rental store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published