Tweeter Clone is a simple, single-page Twitter.
This repository is the starter code for the project: Students will fork and clone this repository, then build upon it to practice their HTML, CSS, JS, jQuery and AJAX front-end skills, and their Node, Express and MongoDB back-end skills.
Clone this repository and install the dependencies.
npm install
Start the server.
npm run local
Open the broswer and go to
http://localhost:8080
- Express
- Node 5.10.x or above