Skip to content

rstm-sf/ClientServerCRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

A simple client-server CRUD application written on F#

Topics

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Contributors