Skip to content

Commit

Permalink
updated readme file about quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
besley committed Oct 21, 2023
1 parent 89f9b13 commit 6682f44
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@
**A Quick Design and Testing Demo:**
![And Split Demo](https://github.com/besley/besley.github.io/blob/master/Gif/slickflow-andsplit-demo.gif)

**Quick Start Tutorial:**
1). In the command console, using the command **npm install** to download the node package.

please notice to run the command, the directory location is in the **ClientApp** path.

2). Set up the **sfdapi** project which is an asp.net webapi type project.(IIS is a choice)

3). Setting webapi variable in the **kcofnig.js** file

kconfig.webApiUrl = "http://localhost/sfdapic/" //your sfd webapi backend service url

4). In the command console, using the command **npm run dev** to the the project

5). Access the web project in the browser by

**http://localhost:5000**

**.NET/.NETCore Workflow Engine With Full Source Code**
1. **.NET, .NET CORE version both supported**
Slickflow is an open-source project based on .NET6; It's easy to use engine product into the cross-platform application.
Expand Down Expand Up @@ -130,19 +147,6 @@
**Email: sales@ruochisoft.com**
**QQ(Author): 47743901**

**Quick Start Tutorial:**
1). In the command console, using the command **npm install** to download the node package.

please notice to run the command, the directory location is in the **ClientApp** path.

2). Set up the **sfdapi** project which is an asp.net webapi type project.(IIS is a choice)
3). Setting webapi variable in the **kcofnig.js** file

kconfig.webApiUrl = "http://localhost/sfdapic/" //your sfd webapi backend service url

4). In the command console, using the command **npm run dev** to the the project
5). Access the web project in the browser by **http://localhost:5000**

**Wiki Page:**
https://github.com/besley/Slickflow/wiki
**CodeProject Articles:**
Expand Down

0 comments on commit 6682f44

Please sign in to comment.