Skip to content

Dootrix/react-app-cucumber-docker-boilerplate

Repository files navigation

react-app-cucumber-docker-boilerplate

A boilerplate using docker-compose to build a React app, API and integration tests.

Develop the app with:

docker-compose up --build

Run the production app with:

docker-compose -f docker-compose.yml -f docker-compose-prod.yml up --build

Run the tests with:

docker-compose -f docker-compose.yml -f docker-compose-prod.yml -f docker-compose-test.yml run e2e

NOTE: You'll need to run the following commands to get the app to run (for some reason...)

docker-compose run web yarn
docker-compose run web yarn build

About

A boilerplate using docker-compose to build a React app, API and integration tests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors