BroodMeister / chatty-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatty-app Project

Chatty-app is primarily a client-side SPA (single-page app) built with ReactJS.

Getting Started

  1. Fork this repository, as well as chatty_server then clone your fork of each.
  2. Install dependencies using the npm install command for each individual folder.
  3. Start up the web server for both chatty-app and chatty_sever using the npm start command for each of them. The app will be served at http://localhost:3000/.
  4. Go to http://localhost:3000/ in your browser.

Final Product

"Screenshot that shows all basic functionality."

Linting

This boilerplate project includes React ESLint configuration.

npm run lint

Dependencies

  • react
  • react-dom
  • webpack
  • webpack-dev-server
  • 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

About

License:MIT License


Languages

Language:JavaScript 77.7%Language:CSS 19.8%Language:HTML 2.5%