Skip to content

alirni/OnMarket

Repository files navigation

OnMarket Polymer App

Client-side programming course projects.

Master: Mr. Kaleghi.

The Polymer-project Library has been used in this project

Source of project in the github

Demo

username: admin
password: admin

Setup project on your system

Follow the steps below to run the program on your system:

Setup

Prerequisites

First, install Polymer CLI using npm (we assume you have pre-installed node.js).

npm install -g polymer-cli

Second, install Bower using npm

npm install -g bower
Initialize project from template
git clone https://github.com/alirni/onmarket.git
Install dependencies
bower install

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
open localhost:8081 on browser