git clone https://github.com/k-jul/chat.gitcd frontendnpm installcd ../backendnpm install
mongorestore ./dump/chat --db chat
- backend folder:
npm start - fontend folder:
gulp
IMPORTANT!: If you need to open second window for testing chat - run
gulpin separate terminal!
Sockets file:
script(src='js/socket.js')
HTTP file:
script(src='js/http.js')