https://github.com/kaseyhinton/polymer-electron-starter-kit
A Polymer 2.0 Electron Starter Kit. This starter kit is intentionally simple.
https://github.com/kaseyhinton/polymer-electron-starter-kit
Last synced: 3 months ago
JSON representation
A Polymer 2.0 Electron Starter Kit. This starter kit is intentionally simple.
- Host: GitHub
- URL: https://github.com/kaseyhinton/polymer-electron-starter-kit
- Owner: kaseyhinton
- License: cc0-1.0
- Created: 2018-02-16T05:21:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T05:29:47.000Z (over 7 years ago)
- Last Synced: 2025-04-01T16:17:02.069Z (3 months ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# polymer-electron-starter-kit
This is a barebones starter kit for writing an electron app with polymer 2.
## Getting Started
```bash
# Clone this repository
git clone https://github.com/kaseyhinton/polymer-electron-starter-kit
# Go into the repository
cd polymer-electron-starter-kit
# Install dependencies
npm install
# Run the app
npm run start
```## Testing
```bash
npm run test
```## Distribution
```bash
npm run dist
```## License
[CC0 1.0 (Public Domain)](LICENSE.md)