Git Product home page Git Product logo

electron-golang-ws's Introduction

Electron-React-TypeScript-Boilerplate - Documentation

Screenshot

This template serves as the basis for creating extensible electron applications using the React frontend framework with TypeScript, all transpiled by webpack allowing for the latest ECMAScript standards to be used.

This template is minimal, by design, reducing the overhead required for customization. Out of the box, it will feature minimal pages that need to be modified. This results in less time being spent cleaning up unused portions of the code, and less time to production.

Getting Started

Command Effect
npm install Install all of the required node modules and dependencies for the project

Development Commands

The following commands with allow for an intuitive development environment with the application hot reloading on any frontend application changes. The application will not hot reload on electron changes.

Command Effect
webpack-dev Compiles a development version of all applicable files (main & renderer)
react-dev Launches a live webpack development server on port 3000
electron-dev Launches electron and connects to port 3000

The react-dev command must be ran prior to electron-dev to connect to the local server.

While in Development mode Chrome Developer Tools can be opened via Ctrl+Shift+I.

Production Commands

The following commands with compile the application for win32 platform machines.

Command Effect
webpack-prod Compiles a production version of all applicable files (main & renderer)
build-win Compiles the production files to a Windows executable

While in Production mode Chrome Developer Tools is disabled.

electron-golang-ws's People

Contributors

patrickbrophy avatar

Stargazers

 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.