A Fable toy project to play with HTML Canvas
Uses Fable compiler to convert F# source code to JavaScript and run in the browser.
- NET Core 2.2+
- Node.js 10.0+
To compile the project, run the following commands
npm install
npm run build
To launch the project in a development environment, use the following command:
npm start