Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 468 Bytes

File metadata and controls

26 lines (15 loc) · 468 Bytes

Instructions

1. Dependicies

This project uses the following dependencies:

react 17.0.2

react-redux 7.2.6

@reduxjs/toolkit 1.7.1

react-router-dom 6.2.1

All of the dependencies can be installed using:

npm install --save <dependency-name>

2. How to run

To run the project, go into the client folder.

cd client

Start the client using the following command:

npm start

The application is then available to interact with.