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.
- dotnet SDK 2.0.0 together with dotnet CLI
- node.js
- yarn
- 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
Refer to Contribution guideline