Skip to content

Simple implementation of Gun in a Chat application. Based on fireship's video

Notifications You must be signed in to change notification settings

jhonatanmacazana/gun-chat

Repository files navigation

gun-chat

This project was bootstrapped with Create React App.

Development

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

Docker

Using the image from Dockerhub

# Run image on background (remove -d to not run on background)
docker run -p 3000:80 -d jmacazana/gun-chat

Building from scratch

# 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

About

Simple implementation of Gun in a Chat application. Based on fireship's video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published