To get started with the project, follow these instructions:
To navigate into the project folder, run:
cd front-end
Run the following command to install the necessary dependencies for the project:
npm install
And for testing:
npm install --save-dev jest
npm install --save-dev jest-environment-jsdom
If you are not yet in the front-end
folder, navigate into the project folder by running:
cd front-end
After the dependencies are installed, you can start the application by running:
npm start
And to ensure everything is working correctly, run tests with the following command:
npm test