Skip to content

This is a chat app for MeteorJS - You can just add it and start the chat functionality in your Meteor App.

Notifications You must be signed in to change notification settings

DeligenceTechnologies/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatApp 1.1

Installation Method - 1

  • Create a meteor application using meteor create ChatApp

  • Go inside folder location through terminal or command prompt and,

  • Run following commands :-

    • meteor add deligencetechnologies:chatting
  • Install React using: meteor npm install --save create-react-class fs react react-dom react-addons-transition-group react-addons-css-transition-group react-addons-linked-state-mixin react-addons-create-fragment react-addons-update react-addons-pure-render-mixin react-addons-test-utils react-addons-perf react-mounter

  • Remove unnecessary code from client/main.html and client/main.js

  • Type: meteor and hit Enter key.

  • Once it start running, go to your browser and type: http://localhost:3000

  • Thats it! You have installed ChatApp on your system successfully.

Installation Method - 2

  • Pull ChatApp from GitHub Repository on you system OR you can download zip and extract it on your machine.
  • Go to folder location through terminal or command prompt
  • Type: meteor and hit Enter key. Please wait for server to get start. It will automatically install all dependencies and will start running.
  • Once it start running, go to your browser and type: http://localhost:3000
  • Thats it! You have installed ChatApp on your system successfully.

Features

  • Chatting Layout

About

This is a chat app for MeteorJS - You can just add it and start the chat functionality in your Meteor App.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published