https://github.com/davealdon/cis371-final-project
https://github.com/davealdon/cis371-final-project
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davealdon/cis371-final-project
- Owner: DaveAldon
- Created: 2017-10-27T19:20:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T05:43:55.000Z (over 8 years ago)
- Last Synced: 2025-03-26T06:06:35.449Z (about 1 year ago)
- Language: HTML
- Homepage: https://davealdon.github.io/CIS371-Final-Project/
- Size: 9.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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