Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 307 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 307 Bytes

React + Docker Integration

app designed by Andujar Brutus to showcase React integration with Docker

Try it out with Docker!

From Command line run

docker pull brutusa/react-webpage-i

Then

docker run  -p 80:80 brutusa/react-webpage-i

Open at localhost:80