Giter Site home page Giter Site logo

react-etron's Introduction

React-Etron

React integration electron for minimal project

Creating an App

npm

npx create-react-etron my-app
npm install

yarn

yarn create react-etron my-app
yarn install

It will create a directory called my-app inside the current folder. Inside that directory, it will generate the initial project structure and install the transitive dependencies:

my-app
├─ README.md
├─ package.json
├─ electron-builder.yml
├─ public
│  ├─ electron.js
│  ├─ index.html
│  └─ logo.png
└─ src
   ├─ App.js
   ├─ index.css
   └─ index.js

Getting Started with React Etron

Available Scripts in the project directory, you can run:

react:start

Runs react on browser in the development mode.
Open http://localhost:3000 to view it in the browser.

react:build

Builds the react app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

electron:build

main script for build all platform windows mac and linux from default electron configuration.

start

Runs electron app in the development mode on window open.

build:all

Build the electron app on windows mac and linux for production to the dist folder.

build:win

Build the electron app on windows for production to the dist folder.

build:mac

Build the electron app on macOs for production to the dist folder.

build:linux

Build the electron app on linux for production to the dist folder.

Configuration

Development

  • you can change main configuration for your app, is run on electron in electron.js

Production

  • you can change configuration icon, target package type, function for application and more in electron-builder.yml

Learn More

Development

Production

react-etron's People

Contributors

nuengtomorrow avatar

Stargazers

Daniel Upshaw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.