Tweeter is a simple, single-page Twitter clone.
- Head to <git@github.com:NateBainer/tweeter/>.
- Clone your repository onto your local device using ssh (the ssh is also <git@github.com:NateBainer/tweeter.git/>).
- Install dependencies using the
npm install
command (located in package.json under "dependencies" and "devDependencies). - 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.
- Express
- Node 5.10.x or above
- Create a Tweet that's under 140 characters and click the TWEET button. You will see it appear on screen. The tweet will appear as though it was tweeted by a random person. This person is randomly generated, so don't be afraid that someone out there is watching you type into your computer.
- Lighthouse Labs
- https://github.com/lighthouse-labs/tweeter