walleXD / reactrolysis

electron-webpack starterkit built with typescript & react
0 stars 0 forks source link
boilerplate-electron electron electronic-structure react react-redux

Reactrolysis

Greenkeeper badge

A opinionated project structure to get started developing with electron-webpack, typescript & react.

alt text

This template comes packed:

alt text

Make sure to check out all the docs:

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.

# copy template using git clone
git clone https://github.com/wallexd/reactrolysis.git
cd simple-electron-webpack-starterkit
rm -rf .git

# install dependencies
yarn

Development Scripts

# run application in development mode
yarn dev

# compile source code and create webpack output
yarn compile

# `yarn compile` & create build with electron-builder
yarn dist

# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir

Project structure

ToDo