Skip to content

๐Ÿ‘„ Chatroom built with WebSockets, Express and React on front-end.

License

Notifications You must be signed in to change notification settings

dkimlim/Chatty-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

43 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Chatty App

A single-page app built with ReactJS, Webpack, Babel, Node.js and Web Sockets.

Getting Started

Clone this repository and install all the dependencies through the npm install command. Follow these steps to host on .

1. git clone git@github.com:dkimlim/Chatty-app.git
2. Install dependencies: `npm install` in both the main project folder and the chatty_server folder.
3. Open two terminal windows.
4. In the main project folder run `npm start`
5. In the chatty_server folder run `node server.js`
6. Open `http://localhost:3000/` on as many browser windows as you want.

Screenshot

"Screenshot of chatroom"

Dependencies

  • React
  • React-dom
  • Express
  • uuid
  • ws

Dev Dependencies

  • babel-core
  • babel-loader
  • babel-preset-es2015
  • babel-preset-react
  • babel-preset-stage-0
  • css-loader
  • eslint
  • eslint-plugin-react
  • node-sass
  • sass-loader
  • sockjs-client
  • style-loader
  • webpack
  • babel-loader
  • webpack-dev-server

About

๐Ÿ‘„ Chatroom built with WebSockets, Express and React on front-end.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published