Skip to content

Simple chat using react, redux, node, ts and socket.io.

Notifications You must be signed in to change notification settings

RaulTsc/simple-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple chat using React, Node & Socket.io.

This project was bootstrapped with Create React App.

Get started

  • Clone repo; cd into it & run npm install

  • Build app for production: npm run build

  • Boot up two docker containers(the app and a mongo instance): docker-compose up. Might need to run npm run build to build the app prior to this.

  • Run test coverage: npm run test -- --coverage

  • Run tests(by default runs only if there are changes so we have that sweet automatic reload; if you get a warning stating that there were no changes press a to run anyway): npm run test

  • Run server tests: npm run server-tests

  • Run flow: npm run flow

  • Start app in UI development mode (no functionality is working since it has no real BE): npm run start

About

Simple chat using react, redux, node, ts and socket.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published