Skip to content

theimowski/SAFE-template

 
 

Repository files navigation

SAFE template

A dotnet CLI template for SAFE-Stack projects.

This is a basic template to get started with 3 core components of the stack:

The template does not include any Azure / other Cloud integration. Refer to SAFE-Bookstore to see an example of deploying to Azure and for more details about this stack.

Prerequisites

Using the template

  • Install the template: dotnet new -i SAFE.Template::*
  • Create new project from the template: dotnet new SAFE
  • Build the project: build.cmd / build.sh
  • Run (working dir root of project): dotnet run --project src\Server\Server.fsproj
  • Preview in browser: http://localhost:8080/index.html

Contributing

Refer to Contribution guideline

About

dotnet CLI template for SAFE project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • F# 49.0%
  • JavaScript 25.9%
  • Shell 17.3%
  • Batchfile 4.3%
  • HTML 3.5%