Skip to content

Commit

Permalink
updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
besley committed Oct 21, 2023
1 parent 70eb86c commit 89f9b13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,17 @@
**QQ(Author): 47743901**

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

kconfig.webApiUrl = "http://localhost/sfdapi/" //your sfd webapi url
please notice to run the command, the directory location is in the **ClientApp** path.

2) run this command in sfd project"
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

npm run dev
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
Expand Down
Binary file modified slickflow-enterprise-trial/Slickflow Configuration Documents.docx
Binary file not shown.

0 comments on commit 89f9b13

Please sign in to comment.