/react-chat

Simple chat in React MobX server Node.js

Primary LanguageJavaScript

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