This template can be used to generate a full-stack web application using the SAFE Stack. It was created using the dotnet SAFE Template. If you want to learn more about the template why not start with the quick start guide?
You'll need to install the following pre-requisites in order to build SAFE applications
- The .NET Core SDK 3.1 or higher.
- npm package manager.
- Node LTS.
Start the server:
cd src\server
dotnet run
Start the client:
cd src\client
npm install
npm run start
Open a browser to http://localhost:8080
to view the site.
You will find more documentation about the used F# components at the following places:
If you want to know more about the full Azure Stack and all of its components (including Azure) visit the official SAFE documentation.