https://github.com/manolo/crud-demo
Polymer 2 demo for crud mixins
https://github.com/manolo/crud-demo
Last synced: 6 months ago
JSON representation
Polymer 2 demo for crud mixins
- Host: GitHub
- URL: https://github.com/manolo/crud-demo
- Owner: manolo
- Created: 2017-08-15T22:42:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T13:10:40.000Z (over 8 years ago)
- Last Synced: 2024-12-30T18:38:11.594Z (over 1 year ago)
- Language: HTML
- Size: 779 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# \
CRUD DEMO: a demo app for crud edition using polymer 2 and [crud-view](https://github.com/manolo/crud-view) element and mixins
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally.
## Viewing Your Application
```
$ polymer serve
```
## Building Your Application
```
$ polymer build
```
This will create builds of your application in the `build/` directory, optimized to be served in production. You can then serve the built versions by giving `polymer serve` a folder to serve from:
```
$ polymer serve build/default
```
## Running Tests
```
$ polymer test
```
Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.