Skip to content

CallMeLeopoldo/InnuosTechExercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

Innuos Technical Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published