项目作者: syntaxcoder

项目描述 :
Electron Angular 5 Boilerplate
高级语言: TypeScript
项目地址: git://github.com/syntaxcoder/electroangular.git
创建时间: 2018-03-25T20:21:18Z
项目社区:https://github.com/syntaxcoder/electroangular

开源协议:

下载


Introduction

The love of Electron and Angular = ElectroAngular.

ElectroAngular is an starter application project template or a boilerplate which helps you to build base applications fast and efficient.

ScreenShot

Features

ElectroAngular ships with the following

Requirements

Getting Started

  1. $ git clone https://github.com/syntaxcoder/electroangular.git
  2. $ cd ElectronAngular
  3. $ npm install
  4. $ npm run electron
  5. $ npm run prod (production release)

Testing

The support for writing unit tests is yet to be implmented. This will be shipped in the next version

Contribution

If your having any issues, please log/report the bug in the issues section and I will try to solve the bug as soon as I can.

Thank you