Skip to content

5tronciy/Chat

Repository files navigation

StackShare

Chat

Personal website with chat functionality. This project is developed just to practice in writing react application full stack.

Installing

Clone repository and simply use npm:

 npm i init

Running

First you need to run backend server. In the project directory write:

npm run startBackend

Then to run and open chat in your browser:

npm start

Chat will automatically opened in a default browser. You can open it yourself in any browser going to localhost:3000

Author

Acknowledgments