https://github.com/trstringer/electron-basic-ui-layout
:octopus: Common UI layout for an Electron/React app
https://github.com/trstringer/electron-basic-ui-layout
boilerplate css electron react style
Last synced: 9 months ago
JSON representation
:octopus: Common UI layout for an Electron/React app
- Host: GitHub
- URL: https://github.com/trstringer/electron-basic-ui-layout
- Owner: trstringer
- License: mit
- Created: 2016-08-30T20:36:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T14:36:49.000Z (over 9 years ago)
- Last Synced: 2025-03-30T15:51:12.469Z (10 months ago)
- Topics: boilerplate, css, electron, react, style
- Language: JavaScript
- Homepage:
- Size: 4.13 MB
- Stars: 55
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Common Electron App Layout (with React)
*Note: this repo is meant to show guidance on how to structure the UI in an Electron/React app with a common approach. Use it as a guide to quickly get a UI together for you to modify to your app*
## What does it look like?

## What should you do with this?
Make it your own! :boom: Use this as a guide to structure the UI for you Electron/React app.
## Credit
This app was created from a clone of the amazing [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate) repo. So many thanks to [chentsulin](https://github.com/chentsulin) for creating and maintaining this wonderful boilerplate!