Tweeter is a single-page application Twitter clone. It is designed to be fully responsive accross all viewport sizes and is built with Javascript, jQuery, CSS, HTML and Express.
- Clone this repository.
- Install dependencies using the
npm installcommand. - Start the web server using the
npm run localcommand. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- Express
- Node 5.10.x or above
- chance ^1.0.2
- body-parser ^1.15.2
- md5 ^2.1.0
Backend starter code was served by Lighthouse Labs

