Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 403 Bytes

nodejs-chat

How to start

Clone the repo to your local first

Then do npm i

To start server side run cd server && npm start You application will start at http://localhost:8080

To start client side run cd client && npm start To check the front end, open http://localhost:8081

Note: please don't try it in Safari Browser since it's not working with CORS for HTTP (not secured) protocol