Tweeter is a simple, single-page Twitter clone build using jQuery, HTML5, SCSS.
- Uses SCSS
- Responsive fonts and design
- Floating action button to scroll to top
- Clone your repository onto your local device.
- Install dependencies using the
npm install
command. - Compile SCSS using the
npm run sass-watch
- 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