SAFE-template icon indicating copy to clipboard operation
SAFE-template copied to clipboard

dotnet CLI template for SAFE project

Results 54 SAFE-template issues
Sort by recently updated
recently updated
newest added

Could we use Pulumi DSL to make the template a multi-cloud template, not only Azure ? just an idea https://github.com/UnoSD/Pulumi.FSharp.Extensions Amazing template!

1. Run the safe template in minimal mode: `dotnet new safe -m` 2. Install paket tool: `dotnet tool install paket` 3. Convert from nuget: `dotnet paket convert-from-nuget` 4. Try a...

Linux based apps are cheaper to run. We can create a recipe on how to move to Windows OS.

This PR solves issue #477 I've updated the default template: Files changed: - `Server.fs` and `webpack.config.js` : Port number - `Build.fs` : Farmer script I've tested locally as well as...

Status: Blocked

If you do a paket update today on the latest template, it'll move fsharp.core to v6 despite the project being .net 5. we should pin it to 5 using `~>...

It's very common that port 8080 already in use. In order to make it easier for newcomers I propose we got to something more random like 8093

I think that developers may benefit from having some utilities baked into the template - or perhaps as a separate NuGet package (which would have benefits outside of the template)....

After creating a new project with the template, running the command `dotnet run` results in my browser opening a tab with the url `http://0.0.0.0:8085/`. However this is the backend's URL....

I just installed a package with Femto, and it bumped my React version to 17.x (from 16.x in the default app) and also imported bulma. It looks like bulma is...