All Projects → mitola → boilerplate-electron-material-ui-react

mitola / boilerplate-electron-material-ui-react

Licence: MIT License
Boilerplate for Electron with React and Material UI

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to boilerplate-electron-material-ui-react

nested-task-list-mobx-react
A nested task list prototype built with React + MobX and Material-ui
Stars: ✭ 25 (+19.05%)
Mutual labels:  material-ui
react-textinput-chip
React library to generate textinput chip.
Stars: ✭ 14 (-33.33%)
Mutual labels:  material-ui
next-material-aws-lambda
Next.js material-ui example deployed on AWS Lambda
Stars: ✭ 21 (+0%)
Mutual labels:  material-ui
Smartlist
Smartlist's a free home inventory and finance tracker to help you overcome financial struggle.
Stars: ✭ 1 (-95.24%)
Mutual labels:  material-ui
hojetem.live
🎶Curated live concerts from famous Brazilian artists.
Stars: ✭ 44 (+109.52%)
Mutual labels:  material-ui
praxis
Social networking platform built with Next.js, Apollo GraphQL, and Prisma
Stars: ✭ 37 (+76.19%)
Mutual labels:  material-ui
relay-starter-kit
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, Material UI.
Stars: ✭ 3,513 (+16628.57%)
Mutual labels:  material-ui
create-react-app-material-ui
Simple Create React App with Material-UI form submit example
Stars: ✭ 22 (+4.76%)
Mutual labels:  material-ui
reagent-material-ui
Reagent wrapper for MUI (formerly Material UI) v5
Stars: ✭ 149 (+609.52%)
Mutual labels:  material-ui
Feliz.MaterialUI.MaterialTable
Fable bindings written in the Feliz-style for material-table.
Stars: ✭ 17 (-19.05%)
Mutual labels:  material-ui
personal-website-react
👨‍💻 A clean, responsive, single-page webapp template for developers.
Stars: ✭ 80 (+280.95%)
Mutual labels:  material-ui
gatsby-wiki
Creating a Knowledgbase using Gatsby.js and React.js (see final product ->
Stars: ✭ 32 (+52.38%)
Mutual labels:  material-ui
material-ui-filter
Material UI Drawer for filtering local arrays
Stars: ✭ 43 (+104.76%)
Mutual labels:  material-ui
dl-model
Dragalia Lost Model Viewer
Stars: ✭ 30 (+42.86%)
Mutual labels:  material-ui
nextjs-with-material-ui-and-styled-components
Next.js with material-ui and styled-components
Stars: ✭ 100 (+376.19%)
Mutual labels:  material-ui
zeplin-google-slides
Create presentations in Google Slides from Zeplin projects
Stars: ✭ 14 (-33.33%)
Mutual labels:  material-ui
mui-kotlin
Kotlin/JS support for Material-UI
Stars: ✭ 25 (+19.05%)
Mutual labels:  material-ui
react-quiz-app
A Simple React Quiz App 💎
Stars: ✭ 37 (+76.19%)
Mutual labels:  material-ui
carpatin-dashboard-free
Carpatin is a React JS Admin Dashboard Template that focuses on the management flows of a back-office application. We leverage the Material-UI power of stylizing the components in a way that feels more professional.
Stars: ✭ 51 (+142.86%)
Mutual labels:  material-ui
material-ui-datetimepicker
[UNMAINTAINED] Wrapper for Material UI Date and Time picker components
Stars: ✭ 32 (+52.38%)
Mutual labels:  material-ui

Boilerplate for React with Material UI and Electron

Up to date boilerplate with React, Electron and Material UI (Beta). I started to look a bit more in the folowing stack and noticed quite bad documentation in some areas or at least quite outdated ones, or ones containing huge amount of dependencies. And for newcomers that can be quite challenging to be thrown in a world with xyz amount of new things added to the mix.

That's why I have decided to create the boilerplate for my reference and to anyone else who would found it useful with the least amount of relevant dependencies.

Run steps:

1.) npm install
2.) npm run (Used npm run on Windows) || npm start (Used npm start on OS X) 3.) It will open browser with localhost:3000 page with rendering of basic Material menu
4.) open second terminal window
5.) npm run electron
6.) It will open electron native client

In regards to dependencies I have included only the most essential ones and as future prof as possible, since a lot of the projects are still in heavy development. I'll try to comment dependencies with appropriate references so development based on the boiler plate can be a bit easier to newcomers.

As well at least at the time of the writting Material UI is the most uptodate version available with huge features included in it Electron version included is also the newest with 1.7.5 and React 15.6.1

Dependencies:

"material-ui": "^1.0.0-beta.5", //Version 1 mostly beacuse of new Grid System but also due to a huge overhaul in Material UI itself 
"material-ui-icons": "^1.0.0-alpha.19", // Goes quite nicely with Material UI 
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-scripts": "1.0.11",
"react-tap-event-plugin": "^2.0.1" // Material UI requires it, but it's also a good temporary solution to a big problem 
"electron": "^1.7.5" // Cross platform framework for web tech to run natively 

Material UI: (Current beta docs docs) https://material-ui-1dab0.firebaseapp.com/
Material UI Icons: https://www.npmjs.com/package/material-ui-icons
React tap event plugin: https://github.com/zilverline/react-tap-event-plugin
Electron: https://electron.atom.io/

create-react-app was used to create the base of the project

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].