All Projects → jschr → Electron React Redux Boilerplate

jschr / Electron React Redux Boilerplate

A minimal boilerplate to get started with Electron, React and Redux.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Electron React Redux Boilerplate

Cucumber Boilerplate
Boilerplate project to run WebdriverIO tests with Cucumber
Stars: ✭ 411 (-17.96%)
Mutual labels:  boilerplate
Bash Boilerplate
A collection of Bash scripts for creating safe and useful command line programs.
Stars: ✭ 447 (-10.78%)
Mutual labels:  boilerplate
Rest Api With Lumen
Rest API boilerplate for Lumen micro-framework.
Stars: ✭ 464 (-7.39%)
Mutual labels:  boilerplate
Wordpress Plugin Boilerplate Powered
Wordpress Plugin Boilerplate but Powered with examples and a generator!
Stars: ✭ 413 (-17.56%)
Mutual labels:  boilerplate
Koa Boiler
Koa 2.7 boilerplate for a production-ready Node.js app with async/await.
Stars: ✭ 426 (-14.97%)
Mutual labels:  boilerplate
Teachable Machine Boilerplate
Boilerplate code for Teachable Machine
Stars: ✭ 449 (-10.38%)
Mutual labels:  boilerplate
Webpack Boilerplate
A minimal webpack 5 boilerplate with only Babel, SASS and lodash (optional) on board
Stars: ✭ 404 (-19.36%)
Mutual labels:  boilerplate
Ignite Andross
The original React Native boilerplate from Infinite Red - Redux, React Navigation, & more
Stars: ✭ 476 (-4.99%)
Mutual labels:  boilerplate
Create Graphql
Command-line utility to build production-ready servers with GraphQL.
Stars: ✭ 441 (-11.98%)
Mutual labels:  boilerplate
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+771.46%)
Mutual labels:  boilerplate
Koa Rest Api Boilerplate
💯 Boilerplate for Node.js Koa RESTful API application with Docker, Swagger, Jest, CodeCov and CircleCI
Stars: ✭ 420 (-16.17%)
Mutual labels:  boilerplate
Tads Boilerplate
Terraform + Ansible + Docker Swarm boilerplate = DevOps on 🔥🔥🔥 | Infrastructure as Code
Stars: ✭ 424 (-15.37%)
Mutual labels:  boilerplate
Nestjs Bff
A full-stack TypeScript solution, and starter project. Includes an API, CLI, and example client webapp. Features include production grade logging, authorization, authentication, MongoDB migrations, and end-to-end testing.
Stars: ✭ 450 (-10.18%)
Mutual labels:  boilerplate
Flasksaas
A great starting point to build your SaaS in Flask & Python, with Stripe subscription billing 🚀
Stars: ✭ 412 (-17.76%)
Mutual labels:  boilerplate
Universal Redux Template
A clean, extensible react + redux boilerplate with universal/isomorphic rendering, testing and more
Stars: ✭ 471 (-5.99%)
Mutual labels:  boilerplate
React Social Network
Simple React Social Network
Stars: ✭ 409 (-18.36%)
Mutual labels:  boilerplate
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+4103.59%)
Mutual labels:  boilerplate
Fastapi React
🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker
Stars: ✭ 501 (+0%)
Mutual labels:  boilerplate
Laravel Vue Boilerplate
🐘 A Laravel 6 SPA boilerplate with a users CRUD using Vue.js 2.6, GraphQL, Bootstrap 4, TypeScript, Sass, and Pug.
Stars: ✭ 472 (-5.79%)
Mutual labels:  boilerplate
Electron Nuxt
⚡ An Electron & Nuxt.js / Vue.js quick start boilerplate with vue-cli scaffolding, electron-builder, unit/e2e testing, vue-devtools
Stars: ✭ 452 (-9.78%)
Mutual labels:  boilerplate

electron-react-redux-boilerplate

Build Status dependencies Status devDependencies Status

A minimal boilerplate to get started with Electron, React and Redux.

Including:

Quick start

Clone the repository

git clone --depth=1 https://github.com/jschr/electron-react-redux-boilerplate

Install dependencies

cd electron-react-redux-boilerplate
npm install

Development

npm run develop

DevTools

Toggle DevTools:

  • macOS: Cmd Alt I or F12
  • Linux: Ctrl Shift I or F12
  • Windows: Ctrl Shift I or F12

Packaging

Modify electron-builder.yml to edit package info.

For a full list of options see: https://www.electron.build/configuration/configuration

Create a package for macOS, Windows or Linux using one of the following commands:

npm run pack:mac
npm run pack:win
npm run pack:linux

Tests

npm run test

Maintainers

Apps using this boilerplate

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