Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcpringle/dashboard
Demo application for a talk about Web Components and Google Polymer
https://github.com/mcpringle/dashboard
Last synced: 28 days ago
JSON representation
Demo application for a talk about Web Components and Google Polymer
- Host: GitHub
- URL: https://github.com/mcpringle/dashboard
- Owner: McPringle
- Created: 2017-04-16T18:23:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T11:04:14.000Z (7 months ago)
- Last Synced: 2024-07-02T06:47:47.215Z (7 months ago)
- Language: HTML
- Size: 268 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
*Dashboard Source Code*
=======================[![gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg)](https://gitmoji.carloscuesta.me)
**This is an example application for my talk about Web Components and Google Polymer.**
*Copyright © 2016, 2017 Marcus Fihlon*
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see .
## Prerequisites
You need a local web server or an editor with an integrated web server like [Atom](https://atom.io) with [Live Server Package](https://atom.io/packages/atom-live-server) and you need [Bower](https://bower.io), a package manager for the web.
## Installation
```
git clone [email protected]:McPringle/dashboard.git
cd dashboard
bower install
```## Start
Start a web server configured to serve the files from the project directory and load the `index.html` file.