Run: ./fake.sh build
All the files needed for deployment are under the output
folder.
Run: ./fake.sh build -t Watch
- Install NPM dependencies:
yarn
- Building for development:
yarn run webpack-dev-server
- Building for production:
yarn run webpack
- 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