Tweeter is a simple, single-page Twitter (RIP) clone. Write a message of 140 characters or less and post it for all to behold.
Mobile viewport appearance with error message
Built with HTML, CSS, SASS, JavaScript, jQuery and AJAX.
- Express
- Node 5.10.x or above
- Install all dependencies using the
npm install
command. - 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.