An example project using fable 3 to compile to javascript that can run on nodejs
nodejs and dotnet 5 sdk must be installed.
if the fable3 compiler isn't installed install it using dotnet tool install fable
use npm run-script with the following tasks
build-es6 -> compile Fsharp into JS (ES6)
build-commonjs -> transpile FSharp into JS (commonJs)
build-commonjs-bundle -> transpiled FSharp into a single JS file (commonJs)
test -> run transpiled commonJs (depends on build-commonjs)
test-bundled -> run transpiled and bundled JS file (depends on build-commonjs-bundled)