Isomorphic chat application built with React on the frontend, Node.js on the backend, deployable via Docker Cloud to any cloud provider. Backend services needed: Redis and MongoDB.
Clone the repo. You will need Docker, so download it and start it either by running Docker or Kitematic, depending on your system.
Start the services by doing
docker-compose upThis will watch for changes in your repo, so you can now navigate to the IP assigned by Docker Machine and check out the application inside your browser.
Click the Deploy to Docker Cloud button. Register an account (it's almost free), connect a Cloud Provider and you're good to go!