Skip to content

rstm-sf/ClientServerCRUD

Repository files navigation

Client-Server-CRUD

About

A simple CRUD web application written in F#. Usage:

Install pre-requisites

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

Starting the application

Start the server:

cd src\Server\
dotnet watch run

Start the client:

npm install
npm start

Open a browser to http://localhost:8080 to view the site.