dkhd / node-group-chat

Build A Group-Chat App in 30 Lines Using Node.js
144 stars 101 forks source link

Remove JQuery dependency, use pure JS for dom manipulation, add .giti… #7

Closed gitchrisadams closed 6 months ago

gitchrisadams commented 4 years ago

…gnore for node_modules

Also remove oninput "isTyping()" since it was not being used and resulted in error in console. Also added Nodemon to enable hot reloading. Locked down specific versions in package.json