The code is in the src/App.js
file.
To be able to run the code, follow these instructions:
- Clone the GitHub repository with the
git clone
command. - Open your terminal in the project's root directory (right next
to
package.json
). - Install the node modules.
npm install
- To run the code, issue the
npm start
command.
npm start