Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 909 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 909 Bytes

Github CI

React + Electron Template (RET)

Author: Christian Glassiognon

A template to make starting a React + Electron project easier.

RET has flexible styling, compiles quickly, has component & E2E testing, CI with github, and is security optimized.

Getting Started

Pre-requisites

  • Node 14.17.3(LTS)
Install: npm install
Run Locally: npm run dev
Build: npm run make
Test: npm run test

Features

  • E2E and Component testing with Spectron + Jest
  • Optimized for Security
  • CI with Github Actions
  • Built on Webpack & Electron Forge
    • Sub 6s development compilation
  • Styled with Tailwind CSS

Upcoming Features

  • CD with Github Actions
  • Update Server guide