An open API service indexing awesome lists of open source software.

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.

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)