Open Jlll1 opened 2 years ago
These are the steps I used for the Sutil-Safe template:
Install the template
dotnet new -i Sutil.Template
Scaffold Sutil-Safe project
dotnet new Sutil-Safe -n <ProjectName>
Restore packages
dotnet tool restore
Run it
dotnet run
Access it on http://localhost:8080/
We also provide dotnet run test
, dotnet run clean
and dotnet run install-client
(although I have some doubts whether we need the last one or not). I would love to have these mentioned in the readme to bring awareness to them for people who are not familiar with Fake.
Can you please explain in which specific scenario one might want to call install-client
(that would be equivalent to npm install
) explicitly?
README should include brief overview of Fake targets the templates provide