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.
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm install
command. - Start the web server using the
npm start
command. You will also need to start the websocket server in thechatty_server
folder. The app will be served at http://localhost:3000/ for the application and http://localhost:3001/ for the websocket server. - Go to http://localhost:3000/ in your browser.
- 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