This repository has been archived by the owner on Jul 4, 2018. It is now read-only.
New: Docker support!
Running a Node + React server in production can be a challenge! You have to set up a server, install a web server to function as a reverse proxy pointing to your Express app and figure out how to reliably deploy your app. Who has time for that?
In order to make our own – and hopefully yours as well – lives easier we're adding Docker support to this kyt. There's more information in the readme, but remember these two commands:
Commands
Spin up a development server
docker-compose up
Run a production environment
docker-compose -f docker-compose-production.yml up