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

https://github.com/jesperancinha/buy-odd-polymer


https://github.com/jesperancinha/buy-odd-polymer

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Buy Odd web application

---

[![Generic badge](https://img.shields.io/static/v1.svg?label=GitHub&message=Buy%20Odd%20Polymer%20🧬&color=informational)](https://github.com/jesperancinha/buy-odd-polymer)

[![GitHub License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)

[![GitHub language count](https://img.shields.io/github/languages/count/jesperancinha/buy-odd-polymer.svg)](#)
[![GitHub top language](https://img.shields.io/github/languages/top/jesperancinha/buy-odd-polymer.svg)](#)
[![GitHub top language](https://img.shields.io/github/languages/code-size/jesperancinha/buy-odd-polymer.svg)](#)

---

## 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

[![GitHub followers](https://img.shields.io/github/followers/jesperancinha.svg?label=Jesperancinha&style=for-the-badge&logo=github&color=grey "GitHub")](https://github.com/jesperancinha)