Skip to content

christiandavid/react-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux Example

Example of using React and Redux with tests

Prerequisites

For the execution of this project it is necessary to have Docker installed, and share the folder where the project is in the Docker configuration.

Docker for Mac

Docker for Windows

Installing

After installing Docker, we will proceed to execute the following command:

cd folder_project
docker-compose up -d server client

Note: It is important to wait for all the services to be up in order to run the test, check the Docker logs to know the status of the services before loading the test url

Running

Load localhost

Authors

  • Christian David Ibarguen R