Skip to content

javier-lopez/docker-react-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Sample react app featuring docker integration

Usage

#development
$ ./setup.sh [docker-compose-file]

Access http://localhost:3000

Dependencies

Autogeneration

This project was bootstrapped with Create React App.

$ docker run -it --rm --user "$(id -u):$(id -g)" \
  -v "${PWD}":/usr/src/app -w /usr/src/app \
  jlpz/create-react-app create-react-app docker-react-hello-world

And added:

  • docker-compose.yml
  • setup.sh

About

say hi to react through docker integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.8%
  • HTML 17.6%
  • CSS 9.5%
  • Shell 4.1%