Skip to content

Simple starter repo with a react frontend inside a docker container

Notifications You must be signed in to change notification settings

aanthonyrizzo/react-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting started:

Load the develop environment

$ mkdir myApp
$ cd myApp
$ git clone https://github.com/McMenemy/GoDoRP.git .
$ docker-compose up

Changing any frontend (React) code locally will cause a hot-reload in the browser with updates and changing any backend code locally will also automatically update any changes.

Then to build production images run:

$ docker build ./frontend --build-arg app_env=production

About

Simple starter repo with a react frontend inside a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published