Skip to content

Mochirii/chatty-app

Repository files navigation

Chatty App

Chatty is a client-side SPA (single-page app) built with ReactJS. It allows users to communicate with each other without having to register accounts.

Screenshot

Alt text

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command.
  3. Start the web server using the npm start command. You will also need to start the websocket server in the chatty_server folder. The app will be served at http://localhost:3000/ for the application and http://localhost:3001/ for the websocket server.
  4. Go to http://localhost:3000/ in your browser.

The below dependencies are required

  • Babel-core
  • Babel-loader
  • Babel-preset-es2015
  • Babel-preset-react
  • Babel-preset-stage-0
  • Css-loader
  • Eslint
  • Eslint-plugin-react
  • Node-sass
  • React
  • React-Dom
  • Sass-loader
  • Sockjs-client
  • Style-loader
  • UUID
  • Webpack
  • Webpack-dev-server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published