A simple single-page AJAX-based Twitter clone that uses jQuery, HTML5 and CSS3. Built as part of the Lighthouse Labs Web Development Bootcamp to practice front-end development.
- Express
- Node 5.10.x or above
- Body-parser
- Md5
- Moment
- Nodemon
- Install all dependencies (using the
npm install
command). - Run the development web server using the
npm run local
command