Skip to content

React Native (Web) simple chat room using socket.io, and based on my own mono repo template.

Notifications You must be signed in to change notification settings

danieljameschadwick/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@chat/monorepo

SocketIO chat application written to be cross platform first - and to try out SocketIO.

UI

Desktop Desktop (Dark)
Chat web page. Chat web page (dark).

Setup:

yarn

Then setup the monorepo:

lerna bootstrap

Services:

To run an individual service use:

yarn run api:start:dev
yarn run web:start:dev

Assistance

To add a new package, from the root directory:

lerna add <package> --scope=<service/package> [--scope=c --scope=d]

E.g.

lerna add @chat/ui --scope=@chat/web --dev

Or try:

yarn workspace @chat/expo add [email protected] --dev

To remove an existing package:

  1. Remove it from the local package/service
  2. Run the below
lerna bootstrap --scope=<service/package> --no-ci --force-local

Documentation

To generate the dependency graph seen above, run:

npx graph

About

React Native (Web) simple chat room using socket.io, and based on my own mono repo template.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published