Tweeter is a simple, single-page Twitter clone.
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 back-end skills.
Main index page for Tweeter app.
- Create a new repository using this repository as a template.
- Clone your repository onto your local device.
- Install dependencies using the
npm installcommand. - Start the web server using the
npm run localcommand. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- Express
- Node 5.10.x or above
This project uses SASS for compiling CSS. To update the CSS, open two terminals. Run npm run sass-watch - this will watch for any changes made to the SASS files and compile them to the style.css used by the index.html file. Run npm start in the second terminal, to create a live server, and see changes made in the browser http://localhost:8080.