https://github.com/taxigy/try-electron
Try Electron (https://electron.atom.io), because why not
https://github.com/taxigy/try-electron
electron jss
Last synced: about 2 months ago
JSON representation
Try Electron (https://electron.atom.io), because why not
- Host: GitHub
- URL: https://github.com/taxigy/try-electron
- Owner: taxigy
- Created: 2017-05-09T22:00:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T23:35:41.000Z (about 9 years ago)
- Last Synced: 2025-03-29T21:12:19.229Z (about 1 year ago)
- Topics: electron, jss
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Try Electron

This is an example [Electron](https://electron.atom.io/) app. You can use it as a boilerplate, a pretty basic one, which is good because you can develop further and add tools and features as you like.
This is actually an experiment with the intention to see how [JSS](https://github.com/cssinjs/jss) works. Because browser rendering is de facto standard these days, rendering stylesheets from Javascript doesn't look weird at all (it still does). One interesting benefit is that the codebase structure gets simpler because each component can be represented by a single file, not a pair of JS + CSS files.
## Run
Easy:
```bash
yarn install
yarn start
```