pontussandberg / easy_chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EASY CHAT server

Chat application using:

  • React
  • TypeScript
  • SocketIO
  • Express
  • Node

Download

  • Clone the repository
git clone https://github.com/pontussandberg/easy_chat.git
  • Install dependencies from root dir
npm run install-dep
  • Start an instance of mongoDB within a Docker container.
cd server && docker-compose up
  • Start app
npm run start

About


Languages

Language:JavaScript 39.4%Language:TypeScript 34.7%Language:CSS 25.2%Language:HTML 0.7%