badersur / miniapp

A minimal electron app using webpack, TypeScript & React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

miniapp

A minimal electron app using webpack, TypeScript & React.

Build Status Building on all platforms using latest node versions

This project is a work in progress and is based on electron-webpack-quick-start with support for TypeScript, React and command-line options!

Check out electron-webpack's documentation for more details.

Getting Started

Simply clone down this repository, install dependencies, and get started on your application.

The use of the yarn package manager is strongly recommended, as opposed to using npm.

Open the terminal and run the following commands:

# copy template using git clone
git clone https://github.com/badersur/miniapp

# change current directory to miniapp
cd miniapp

# install dependencies
yarn

Development Scripts

# run application in development mode
yarn dev

# compile source code and create webpack output
yarn compile

# compile & create "unpacked" build for current operating system
yarn dir # or yarn run pack

# create "production" build for current operating system
yarn build

# compile & create a production build for "current" operating system
yarn dist:os

# compile & create a production build for "all" supported systems
yarn dist

Tracking repos

This app is mainly based on:

and I may add extra features from:

About

A minimal electron app using webpack, TypeScript & React

License:MIT License


Languages

Language:TypeScript 85.2%Language:CSS 9.0%Language:HTML 5.9%