Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 457 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 457 Bytes

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

Final Product

Desktop Display Version "Desktop Display Version"

Mobile Display Version "Mobile Display Version"

Dependencies

  • Node.js
  • Express
  • body-parser
  • chance
  • md5
  • nodemon

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the development web server using the npm run local command.