SAFE-Stack / SAFE-BookStore

Working sample of a SAFE-Stack project with hot reloading

Home Page:https://safebookstore.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introducing SAFE Bookstore

Deployed Demo

Demo

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

Install pre-requisites

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

Getting started

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:

dotnet run

This will also spin up a local docker container with Azurite storage emulator which is used to save the wishlist data.

The build project in root directory contains a couple of different build targets. You can specify them after -- (target name is case-insensitive).

Finally, there are Bundle and Azure targets that you can use to package your app and deploy to Azure, respectively:

dotnet run -- Bundle
dotnet run -- Azure

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

Working sample of a SAFE-Stack project with hot reloading

https://safebookstore.azurewebsites.net/

License:The Unlicense


Languages

Language:F# 94.6%Language:HTML 1.9%Language:TypeScript 1.7%Language:JavaScript 1.5%Language:CSS 0.2%