rpaschoal / ng-chat-nodejs

A simple Node.js application that uses ng-chat.
MIT License
10 stars 15 forks source link

before "npm start" you need to install the dependecies using "npm install" #2

Closed bessalahAmar closed 5 years ago

bessalahAmar commented 5 years ago

before "npm start" you need to install the dependecies using "npm install"

rpaschoal commented 5 years ago

I've updated the readme file and added a step to run npm install @bessalahAmar