Skip to content

Commit f23122a

Browse files
authored
Update README.md
1 parent fa2c464 commit f23122a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# chat-app-using-firebase-and-angularjs
22
AngularJS allows for maintenance of your chat apps. That is because when you need to add new features to your Angular application. It's a breeze wiith the upcoming Angular 2 framework the level of abstraction used to simplify your application development will make your life easy as the developer.
3+
4+
A Desktop based Chat app with node-webkit, Firebase and Angularjs
5+
6+
Tutorial : [Building a Chat App with node-webkit, Firebase, and AngularJS]
7+
https://github.com/vetripandi/chat-app-using-firebase-and-angularjs
8+
9+
Follow the Steps to run the Chat Application
10+
11+
Open command prompt
12+
13+
npm install
14+
15+
node app
16+
17+
Then open localhost:3000
18+

0 commit comments

Comments
 (0)