Ng-app for viewing restaurant reviews in Oakland, Ca
HTML JavaScript CSS PHP
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
dev
dist
.DS_Store
.gitignore
README.MD
gulpfile.js
index.php
package.json

README.MD

Restaurant Reviewer App

A restaurant reviewer app with a primary focus on accessibility for users with special needs. This application is fully functional with screen readers and pays attention to readability and visible color contrasts.

Topics covered: Accessibility, Javascript Frameworks

To install modules:

  1. Run npm install in your command line.

To run app in development mode:

  1. Enter gulp serve from the command line.

To run app in production mode:

  1. Enter gulp serve:dist from the command line.