/tweeter

A simple, single page twitter clone project, to help gain front-end dev chops.

Primary LanguageJavaScript

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

Final Product

"GIF of home page"

Dependencies

  • Express
  • Node 5.10.x or above
  • body-parser 1.15.2
  • chance 1.0.2
  • md5 2.1.0
  • nodemon 1.9.2

Getting Started

  1. Install dependencies using the npm install command.
  2. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  3. Go to http://localhost:8080/ in your browser.