ReactJS ve socket.io ile yapılmış Gerçek zamanlı chat uygulaması
İki terminal açıp /server
ve /web
klasörlerinde şu komutları çalıştırın
npm i
npm start
npm scriptleri çalıştırdıktan sonra tarayıcı ile http://localhost:3000
adresine giderek uygulamayı kullanabilirsiniz.
Realtime chat app made with ReactJS and socket.io
Open up two terminal instances and run scripts below in directories /server
and /web
npm i
npm start
after running scripts goto http://localhost:3000
with your browser to use the app.