https://github.com/jesperancinha/buy-odd-polymer
https://github.com/jesperancinha/buy-odd-polymer
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jesperancinha/buy-odd-polymer
- Owner: jesperancinha
- License: apache-2.0
- Created: 2016-07-13T16:06:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T11:59:31.000Z (about 1 year ago)
- Last Synced: 2025-01-21T21:32:18.369Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Buy Odd web application
---
[](https://github.com/jesperancinha/buy-odd-polymer)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](#)
[](#)
[](#)
---
## Intro
Test drive for polymer PRPL pattern and so forth.
This will be a webpage based on the idea of making an eCommerce service providing all sorts of odd things to buy. :)
## How to build
```
$ bower install
$ jspm install
```
Notes:
* goto http://localhost:8080/shop_intro.html to see the Bootstrap version
## How it was built
```
$ bower install --save GoogleWebComponents/google-map
$ jspm install jquery bootstrap
```
---
# From the starter kit
## Firing up a server using Python
If you are a Windows user, install Python and from inside the `app` directory run:
```
$ python -m http.server 8080
```
or on a Mac/*nix machine, run:
```
$ python -m SimpleHTTPServer 8080
```
You can of course also use WAMP or an alternative tool for serving up content.
## About me
[](https://github.com/jesperancinha)