Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 403 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 403 Bytes

Instructions

The code is in the src/App.js file.

To be able to run the code, follow these instructions:

  1. Clone the GitHub repository with the git clone command.
  2. Open your terminal in the project's root directory (right next to package.json).
  3. Install the node modules.
npm install
  1. To run the code, issue the npm start command.
npm start