calidion / electron-angular-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron Angular Starter

An Electron Project with frontend using Angular(/Vue/React)

Travis Build Status

Introduction

This project is fully backed by typescript.

It divids Electron and Angular into two npm projects.

And initializes them into direcories by their name (angular/electron) repectively.

The output directory is shared by them.

The angular project is built into output/frontend directory, while the electron project is built into output/desktop directory.

You can also change the output directory for your needs.

Angular can be easily changed to React / Vue.

Run

cd electron
npm run all

About


Languages

Language:HTML 67.5%Language:TypeScript 26.3%Language:JavaScript 6.0%Language:SCSS 0.2%