omergal99 / react-chat

Simple chat in React MobX server Node.js

Home Page:https://little-chat.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explanation - store with MobX

USE Node version v10.15.3

Im use yarn so we need to install it:

npm i -g yarn or not globaly: npm i yarn

After that install node modules:

yarn

And then we can run the Chat:

yarn start

Run the server for the chat to work:

node server.js

About

Simple chat in React MobX server Node.js

https://little-chat.herokuapp.com


Languages

Language:JavaScript 69.3%Language:CSS 22.0%Language:HTML 8.8%