Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 442 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 442 Bytes

ChatRoom

This is an example of fullstack mono repo using Nx Workspace fullstack preset :

chat-websockets

Quick start

After cloning the project, run :

npm install npm run start

Build docker images

npm run build

Start application in docker

npm run docker:up

Stop the docker containers

npm run docker:down