https://github.com/trstringer/electron-flexbox-ui-layout
:whale: Common UI layout for an Electron/React app using Flexbox
https://github.com/trstringer/electron-flexbox-ui-layout
boilerplate electron flexbox react
Last synced: 9 months ago
JSON representation
:whale: Common UI layout for an Electron/React app using Flexbox
- Host: GitHub
- URL: https://github.com/trstringer/electron-flexbox-ui-layout
- Owner: trstringer
- License: mit
- Created: 2016-09-14T13:58:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T14:02:24.000Z (over 9 years ago)
- Last Synced: 2025-05-04T06:55:27.001Z (9 months ago)
- Topics: boilerplate, electron, flexbox, react
- Language: JavaScript
- Size: 3.05 MB
- Stars: 26
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Common Electron App Layout (with React) using Flexbox
*Note: this repo is meant to show guidance on how to structure the UI in an Electron/React app using flexbox 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 using flexbox.
## 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!