This project was bootstrapped with Create React App.
Run on development mode with:
# Install dependencies
yarn
# Start the development server
yarn start
This will start the client development server on http://localhost:3000
# Run image on background (remove -d to not run on background)
docker run -p 3000:80 -d jmacazana/gun-chat
# Build image
docker build . -t gun-chat
# Run image on background (remove -d to not run on background)
docker run -p 3000:80 -d gun-chat