Skip to content

alexmarles/reactr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactr

Code from the React course by Carlos Azaustre built in a Docker container (@carlosazaustre)

Usage

To run the app (it runs on port 9000 by default)

docker-compose up

If you want to get into the container's bash console just run:

docker-compose run --rm reactr /bin/bash