Tweeter is a simple, single-page Twitter clone app built with HTML, CSS, JS, jQuery, and AJAX on the front-end, and Node and Express on the back-end.
- Express
- Node 5.10.x or above
- body-parser
- chance
- md5
- SASS
- Install dependencies using the
npm install
command. - Start the web server using the
npm start
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.