fulma-demo
fulma-demo copied to clipboard
Fulma Demo 
Build for production
Run: dotnet fsi build.fsx
All the files needed for deployment are under the src/dist/ folder.
Watch mode
Run: dotnet fsi build.fsx --watch
Debugging in VS Code
- Install Debugger For Chrome in vscode
- Press F5 in vscode
- After all the .fs files are compiled, the browser will be launched
- Set a breakpoint in F#
- Either press F5 in Chrome or restart debugging in VS Code with Ctrl+Shift+F5 (Cmd+Shift+F5 on macOS)
- The breakpoint will be caught in vscode