git clone https://github.com/baravit/FunkyChat.git
cd FunkeyChat
npm install
npm start
- Go to
http://localhost:3000
Add routes to server in: server/routes.js
Main angular module: client/app.js
Main html file: client/index.html
Run npm run watch
to watch all files in server directory