Skip to content

A simple client-server CRUD application written on F#

License

Notifications You must be signed in to change notification settings

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.