SAFEr.Template
SAFEr.Template copied to clipboard
Strongly opinionated modification of amazing SAFE Stack Template for full-stack development in F#.
Hi I am currently ran into that problem that I run "yarn run start". The page is coming up and after I change something in the code and vite is...
Thanks for making this template available Roman! It looks really interesting, and the changes you've made appeal to some of my inclinations 🙂 Unfortunately, I seem to be having an...
Hi, do you maybe know how to run the project from JB Rider?
First thanks for the template! I think I got bit by this template issue https://github.com/dotnet/templating/issues/1168 I was going to test the template so created a folder ```safer-test``` and ran the...
Almost any app would want to use authentication. While the server side implementation in the template can be just a plug: ``` let login username password = if username =...