fsprojects-archive / zzarchive-generator-fsharp

[ARCHIVED] Yeoman F# generator
Apache License 2.0
62 stars 27 forks source link

How to run a "websharperserverclient" project? #49

Open boechat107 opened 7 years ago

boechat107 commented 7 years ago

Here is probably not the best place to ask this question, but I feel that I don't have so many options for it...

I created a project using VS Code and Ionide (which happens to use generator-fsharp, right?) on Linux using the template websharperserverclient, but I couldn't find a way to run the project. I'm surprised about how hard it is to find documentation about anything related to F#, .NET (mono) and command line (the former two are a new world for me).

So, does someone know how to run the project after building it? (I used build.sh)

slifin commented 7 years ago

Did you ever discover this? I can get websharper examples to run by pressing the big green play button in full visual studio, I heard you can get visual studio to tell you what build it did when pressing that button, and then that could theoretically be put into a visual studio task, no idea on how to actually do so though