Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 756 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 756 Bytes

Chatty App Project

Chatty will allow users to communicate with each other without having to register accounts. It will use React as well as modern tools for Node including Webpack and Babel.

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. The app will be served at http://0.0.0.0:3000/.
  4. Go to http://0.0.0.0:3000/ in your browser.

Final Product

"Main Page"

Dependancies