Tweeter is a simple, single-page Twitter clone.
A simple single-page AJAX based Twitter clone that uses JQuery, HTML5 and CSS along with some dependencies.
- Clone your repository onto your local device.
- Install dependencies using the
npm install
command.
npm install
- Start the web server using the
npm run local
command. The app will be served at http://localhost:8080/. Can modify the port in files if needed.
npm run local
- Go to http://localhost:8080/ in your browser.
- Tweet away!
- Express
- Node 5.10.x or above
- Body parser
- Chance
- Md5