File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ native experience and OS Integration possible from a Native Desktop App - all in
10
10
![ React Desktop Apps] ( https://raw.githubusercontent.com/ServiceStack/Assets/master/img/gap/react-desktop-splash.png )
11
11
12
12
The new ** React Desktop Apps** template in
13
- [ ServiceStackVS] ( https ://github.com/ServiceStack/ServiceStackVS )
13
+ [ ServiceStackVS VS.NET Templates ] ( http ://docs.servicestack.net/templates-overview )
14
14
provides everything you need to package your ASP.NET ServiceStack Web App into a native Windows ** Winforms App** ,
15
15
an ** OSX Cocoa Desktop App** or cross-platform (Windows/OSX/Linux) "headless" ** Console App** which instead of being
16
16
embedded inside a Native UI, launches the User's prefered Web Browser for its Web UI. The ** Winforms App** also
@@ -60,7 +60,7 @@ allowing for a simplified and iterative dev workflow by running the preferred Ho
60
60
## Project Structure
61
61
62
62
The resulting project structure is the same as the
63
- [ Webpack React App VS.NET Template] ( /templates-single-page-apps ) ,
63
+ [ Webpack React App VS.NET Template] ( http://docs.servicestack.net /templates-single-page-apps) ,
64
64
but with 3 additional projects for hosting the new Desktop and Console Apps and a Common ** Resources** project
65
65
shared by Host projects containing all the ASP.NET resources (e.g. .css, .js, images, etc) as embedded
66
66
resources. It's kept in-sync with the primary ** DefaultApp** project with the ` 01-bundle-all ` or ` default `
You can’t perform that action at this time.
0 commit comments