/meeting1_proxy

Proxy server for meeting 1

Primary LanguageJavaScript

Meeting 1 / Session 2 - Deploying your app to production.

Reverse proxy

Getting Started

If this is your first time booting up with docker-compose, be sure to create the docker network:

yarn
// or
npm install

Then run:

yarn start
// or
npm start