All Projects → burhanuday → Electron React Boilerplate

burhanuday / Electron React Boilerplate

Licence: mit
Electron and Create React App boilerplate without any complex setup

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Electron React Boilerplate

Electron React Webpack Boilerplate
Minimal Electron, React, PostCSS and Webpack boilerplate to help you get started with building your next app.
Stars: ✭ 312 (+1385.71%)
Mutual labels:  boilerplate-template, electron-app, boilerplate
React Modern Library Boilerplate
Boilerplate for publishing modern React modules with Rollup
Stars: ✭ 285 (+1257.14%)
Mutual labels:  create-react-app, boilerplate
React Native Starter Kit
🚀 A React Native boilerplate app to get you up and running very, very quickly 🚀
Stars: ✭ 3,094 (+14633.33%)
Mutual labels:  boilerplate-template, boilerplate
Create React App Redux
React Router, Redux, Redux Thunk & Create React App boilerplate
Stars: ✭ 885 (+4114.29%)
Mutual labels:  create-react-app, boilerplate
create-material-ui-app
create-react-app + storybook + storybook-addon-material-ui
Stars: ✭ 55 (+161.9%)
Mutual labels:  create-react-app, boilerplate-template
Cookie
A Template-based File Generator. Like cookiecutter but works with file templates instead of project templates.
Stars: ✭ 261 (+1142.86%)
Mutual labels:  boilerplate-template, boilerplate
React Social Network
Simple React Social Network
Stars: ✭ 409 (+1847.62%)
Mutual labels:  create-react-app, boilerplate
React Mobx State Tree
Create React App with MobX State Tree, Styled Components and GraphQL
Stars: ✭ 127 (+504.76%)
Mutual labels:  create-react-app, boilerplate
Web
⚡️ Supercharged version of Create React App with all the bells and whistles.
Stars: ✭ 594 (+2728.57%)
Mutual labels:  create-react-app, boilerplate
React App
Create React App with server-side code support
Stars: ✭ 614 (+2823.81%)
Mutual labels:  create-react-app, boilerplate
React Native Web Monorepo
Code sharing between iOS, Android & Web using monorepo
Stars: ✭ 697 (+3219.05%)
Mutual labels:  create-react-app, boilerplate
electron-typescript-react-mui
Lightweight, modern boilerplate built with electron, typescript, react, and material-ui.
Stars: ✭ 56 (+166.67%)
Mutual labels:  boilerplate-template, electron-app
Firefly
Web app boilerplate for beginners based on Firebase and React 🔥
Stars: ✭ 204 (+871.43%)
Mutual labels:  create-react-app, boilerplate
Modular Admin Html
ModularAdmin - Free Dashboard Theme Built On Bootstrap 4 | HTML Version
Stars: ✭ 2,875 (+13590.48%)
Mutual labels:  boilerplate-template, boilerplate
Generator Create Redux App
Add redux, emotion-js and other useful libraries like react-router in top of create-react-app
Stars: ✭ 137 (+552.38%)
Mutual labels:  create-react-app, boilerplate
Vue Electron Typescript Quickstart
A boilerplate of Electron app that uses Vue in TypeScript.
Stars: ✭ 22 (+4.76%)
Mutual labels:  boilerplate-template, boilerplate
Searchkit Starter App
Searchkit starter app. Based off create-react-app
Stars: ✭ 110 (+423.81%)
Mutual labels:  create-react-app, boilerplate
React Redux Auth0 Kit
Minimal starter boilerplate project with CRA, React, Redux, React Router and Auth0 authentication
Stars: ✭ 115 (+447.62%)
Mutual labels:  create-react-app, boilerplate
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+20690.48%)
Mutual labels:  create-react-app, boilerplate
Reactprimer
React component prototyping tool that generates fully connected class component code.
Stars: ✭ 743 (+3438.1%)
Mutual labels:  create-react-app, boilerplate

header

Electron Create React App

A boilerplate with zero dependencies other than React. Easy to use with single command run and packaging scripts

Usage

  • Clone this repository
  • cd into the directory and delete git files rm -rf .git
  • Run npm install

Development

  • Run npm start to start electron and react concurrently

Build and package

  • Run npm run package to compile react, copy files and then package your app
  • A new dist folder will be created in the root of your project containing the executable files
  • NOTE: add --mac to the postpackage script besides --win if you are on a mac computer

Project structure

  • electron/: Code for the main Electron process
  • src/react/: Code for the React renderer process
  • src/shared/: Code shared between React and Electron
  • package.json: Contains scripts for running the app in development, building it, and packaging it for production using electron-builder

Contributing

Open a new PR to contribute

Credits

Original idea by johndyer24

License

MIT

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].