Skip to content

themgoncalves/react-electron-starter

Repository files navigation

React 16, Electron & Redux Starter Pack

Dependency Status Known Vulnerabilities GitHub issues GitHub stars GitHub forks

Just clone or download it and start coding. No more project initial set-up needed.

Main Features

Documentations

Introduction

There is two methods to get started with the repo.

Familiar with Git?

Just clone the repo with the following commands:

> git clone https://github.com/themgoncalves/react-electron-starter.git
> cd react-electron-starter

Not familiar Git?

That is ok, just Click here to download this repo in zip file and then extract the file in your favorite location.

Installation

cd react-electron-starter
npm install

Starting the project

There is two ways to start the project:

  1. Without Webpack Dev Server:
npm start
  1. With Webpack Dev Server:
npm run start:dev

Running tests

npm test

or

npm run test:watch