https://github.com/bkawk/polymer-bip39
https://github.com/bkawk/polymer-bip39
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bkawk/polymer-bip39
- Owner: bkawk
- License: mit
- Created: 2018-06-15T12:15:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T07:37:13.000Z (almost 8 years ago)
- Last Synced: 2025-01-27T01:31:16.715Z (about 1 year ago)
- Language: HTML
- Size: 603 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed. Run `npm install` to install your element's dependencies, then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```
## 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.