nikhil-malviya / SAFE.Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAFE.Kit

Full-stack web application using the SAFE Stack

Building the application

In order to build the application, you'll need to install the following:

Install dotnet tools

dotnet tool restore

Install packages for Server project

cd Server
dotnet restore

Install packages for Web project

cd Web
yarn

Running the application

Start the Server project:

cd Server
dotnet run

Start the Web project:

cd Web
yarn start

Open a browser and enter the URL http://localhost:3000 to view the site

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

About


Languages

Language:F# 100.0%