Skip to content

brud/safe-stack-remoting-issue-repro

Repository files navigation

Install pre-requisites

You'll need to install the following pre-requisites in order to build SAFE applications

Starting the application

Before you run the project for the first time only you must install dotnet "local tools" with this command:

dotnet tool restore

To concurrently run the server and the client components in watch mode use the following command:

cd src/Server
dotnet watch

new console

cd src/Client
femto --resolve
dotnet fable watch -o output -s --run npm run start

Then open http://localhost:8080 in your browser.

SAFE Stack Documentation

If you want to know more about the full Azure Stack and all of it's components (including Azure) visit the official SAFE documentation.

You will find more documentation about the used F# components at the following places:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published