Skip to content

jzaefferer/docker-for-js-devs

Repository files navigation

This project was bootstrapped with Create React App.

Find the original guide here.

To run with local node/yarn:

yarn
yarn start

To run with Docker, use make:

make local # start dev server locally
make build # create production build
make run # run production build
make push # push production image to docker hub
make deploy # deploy production image on sloppy.io