Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 753 Bytes

Readme.md

File metadata and controls

25 lines (18 loc) · 753 Bytes

schedule

Schedule

Requirements

Running the app

  • Install JS dependencies: npm install
  • Move to src folder: cd src
  • Install F# dependencies: dotnet restore
  • Start Fable daemon and Webpack dev server: dotnet fable npm-start
  • In your browser, open: http://localhost:8080/

Building the app

  • Install JS dependencies: npm install
  • Move to src folder: cd src
  • Install F# dependencies: dotnet restore
  • Build Fable daemon and Webpack: dotnet fable npm-build
  • Navigate to public\index.html and open it.