{"id":21358229,"url":"https://github.com/mrtz-j/fullstack-fsharp","last_synced_at":"2025-10-11T17:28:03.948Z","repository":{"id":192389476,"uuid":"686635708","full_name":"mrtz-j/fullstack-fsharp","owner":"mrtz-j","description":"A Template for a Fullstack Application using F#","archived":false,"fork":false,"pushed_at":"2025-05-16T23:03:58.000Z","size":262,"stargazers_count":7,"open_issues_count":11,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-13T00:42:53.678Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrtz-j.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-03T13:01:34.000Z","updated_at":"2025-03-04T18:20:13.000Z","dependencies_parsed_at":"2023-09-04T16:41:52.775Z","dependency_job_id":"f81cfb66-466f-414e-9122-ba223a567761","html_url":"https://github.com/mrtz-j/fullstack-fsharp","commit_stats":null,"previous_names":["mrtz-j/fullstack-fsharp"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/mrtz-j/fullstack-fsharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtz-j%2Ffullstack-fsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtz-j%2Ffullstack-fsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtz-j%2Ffullstack-fsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtz-j%2Ffullstack-fsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrtz-j","download_url":"https://codeload.github.com/mrtz-j/fullstack-fsharp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtz-j%2Ffullstack-fsharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008115,"owners_count":26084396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T05:15:07.918Z","updated_at":"2025-10-11T17:28:03.912Z","avatar_url":"https://github.com/mrtz-j.png","language":"F#","readme":"# Fullstack Template using F# and Fable\n\nThis repository contains a minimal [SAFE](https://safe-stack.github.io/docs/intro/)-style template for creating a fullstack F# project using Fable, Fable.Remoting and Saturn. \n\nTo get started with a new project, click the **Use this template** button to create a new repository from this template, and check out the [docs on using templates](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template).\n\n## Requirements \n\n* [Dotnet SDK](https://www.microsoft.com/net/download/core) 7.0 or higher\n* [Node.js](https://nodejs.org) 16 or higher\n* An F# editor like Visual Studio, Visual Studio Code with [Ionide](http://ionide.io/) or [JetBrains Rider](https://www.jetbrains.com/rider/)\n\nOr you can use the [VS Code Remote Container](https://code.visualstudio.com/docs/remote/containers?WT.mc_id=dotnet-33392-aapowell) for development, as it will set up all the required dependencies.\n\n## Features \n\n### Server \n\n* [Saturn](https://saturnframework.org/) web server\n* [Fable.Remoting](https://zaid-ajaj.github.io/Fable.Remoting/#/server-setup/saturn) for client-server communication\n* Logging with [Serilog](https://serilog.net/)\n\n### Client\n\n* [Fable](https://fable.io/) for F# to JavaScript compilation\n* RPC routing with [Fable.Remoting](https://zaid-ajaj.github.io/Fable.Remoting/#/client-setup/fable)\n* Styling with [Fluent UI](https://github.com/sydsutton/FS.FluentUI)\n* Shared client-server types\n\n## Build\n\nTo concurrently run the server and client in watch mode use the following command in the build script:\n\n```bash\ndotnet run\n```\n\nRun server and compile frontend manually\n\n```bash\n# For Server\ncd src/Server \u0026\u0026 dotnet run\n\n# For Client\npnpm install .\ndotnet tool restore\ndotnet fable watch -s -o .build --run vite -c ../../vite.config.js\n```\nThe backend server will default to port `8085`.\n\nTo access the frontend navigate to `http://localhost:8080/` in your preferred browser.\n\nTo build the server and client in release mode use the following command:\n\n```bash\ndotnet run bundle\n```\n\n## Nix \n\nThis template also includes a [Nix](https://nixos.org/) shell file with [direnv](https://direnv.net/) for development.\nTo use it, simply run `direnv allow` in the root of the project. This will install all the dependencies and set up the environment for you.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtz-j%2Ffullstack-fsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrtz-j%2Ffullstack-fsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtz-j%2Ffullstack-fsharp/lists"}