Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 620 Bytes

File metadata and controls

36 lines (20 loc) · 620 Bytes

Instructions

1. Dependencies

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 by:

First accessing the client folder:

cd client

and execute the command:

npm install

To install one of the dependencies, execute the command:

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.