For the Restaurant Reviews projects, you will incrementally convert a static webpage to a mobile-ready web application. In Stage One, you will take a static design that lacks accessibility and convert the design to be responsive on different sized displays and accessible for screen reader use. You will also add a service worker to begin the process of creating a seamless offline experience for your users.
- Clone repository to local machine using
$ git clone https://github.com/annaszalkiewicz/restaurant-reviews-app
- Run this command in terminal
gulp serve
- With your server running, visit the site:
http://localhost:3000
- Clone repository to local machine using
$ git clone https://github.com/annaszalkiewicz/restaurant-reviews-app
- Run this command to check what Python version you have.
python -v
If you don't have Python installed, navigate to Python's website to download and install the software.
- If you have Python 2.x run
python -m SimpleHTTPServer 3000
If you have Python 3.x use
python3 -m http.server 3000
- With your server running, visit the site:
http://localhost:3000
https://mywebgraphicdesign.com/restaurant-reviews-app
- Started code has been provided by Udacity.
- Font Montserrat on Google
- Font Pacifico on Google
- Gulp
- Gulp Autoprefixer Plugin
- Gulp Browsersync
- Babel
- Material Icons
As this project is part of Front-End Nanodegree Program no contribution will be accepted.