Tweeter is a simple, responsive single-page AJAX based Twitter clone that utilizes JQuery, HTML5, and CSS3.
- Node.js
- Express
- body-parser
- chance
- md5
- Install dependencies using the
npm install
command. - Start the web server using the
npm run local
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- Enjoy!