Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

executable file
·
14 lines (10 loc) · 399 Bytes

Calcula Metrocamp Starter Overview

Helping students to calculate their grades.

Run the app locally

  1. Install Node.js
  2. Download and extract the code
  3. cd into the app directory
  4. Run npm install to install the app's dependencies
  5. Run npm start to start the app
  6. Access the running app in a browser at http://localhost:6001