Fulma Demo Build status

Open in Gitpod

Build for production

Run: ./fake.sh build

All the files needed for deployment are under the output folder.

Watch mode

Run: ./fake.sh build -t Watch

Running Fable without FAKE

  • Install NPM dependencies: yarn
  • Building for development: yarn run webpack-dev-server
  • Building for production: yarn run webpack

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