Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 565 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 565 Bytes

In order to successfully run this project, you will need to have node installed on your machine.

Steps to run this project.

  • Clone this repo using command: git clone https://github.com/skalekarr/report-card.git
  • Change to project directory: cd report-card
  • Install project dependencies: npm i
  • To start the application: npm start
  • To run the tests: npm test

These are the only commands you should have to worry about. Running npm start will start a local webserver and you can access the page from http://localhost:8080