Skip to content

baioc/dagger3d

Repository files navigation

dagger3d

An elmish raycaster engine using Fable.

Untextured

Requirements

Building and running the app

  • Restore tools and install dependencies: npm install
  • Start the compiler in watch mode with a development server: npm start. After the first compilation is finished, open localhost:8080 and (optionally) enable Redux DevTools
  • To make a release build: npm run build. This will bundle all the F# code into one minified JavaScript file at public/bundle.js