Skip to content

Realbrokenprogrammer/schedule

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published