Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 475 Bytes

File metadata and controls

12 lines (10 loc) · 475 Bytes

StudentCardApp_Spring2022

Installation instructions:

  1. Install node.js from https://nodejs.org/en/download/
  2. Retreive this repository to a local directory
  3. In the command prompt, open the local directory of the repository
  4. Run the following command to install each of the dependencies for the application

    npm install

  5. Run the following command to run the application

    node app.js

  6. Open http://localhost:3050/ in your browser (checked using Chrome).