Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 511 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 511 Bytes

jFlow

A simple flow, designer with angular & node.js, engine with .net core.

Node.js Required

Download

.NET Core 2.2 Required

Download

Local development

$ git clone https://github.com/jakechan2012/jFlow.git
$ cd jFlow
$ npm install

Start Dev

Way 1

Open project with Visual Studio Code, and press F5;

Way 2

Continue to type command:

$ npm start

then open http://localhost:4200