An open API service indexing awesome lists of open source software.

https://github.com/davealdon/cis371-final-project


https://github.com/davealdon/cis371-final-project

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cheap Eats

Created by Chit, David, and Joseph 2017. Check it out below:

https://davealdon.github.io/CIS371-Final-Project/

##### Development Prerequisites

First, install [Polymer CLI](https://github.com/Polymer/polymer-cli) using
[npm](https://www.npmjs.com) (we assume you have pre-installed [node.js](https://nodejs.org)).

npm install -g polymer-cli

Second, install [Bower](https://bower.io/) using [npm](https://www.npmjs.com)

npm install -g bower

### Start the development server

This command serves the app at `http://127.0.0.1:8081` and provides basic URL
routing for the app:

polymer serve