Skip to content

javergar/fableWorkshop

Repository files navigation

prerequisites

Build and running the app

  1. Install npm dependencies: yarn install
  2. Install dotnet dependencies: dotnet restore
  3. Start Fable server and Webpack dev server: dotnet fable npm-run start
  4. In your browser, open: http://localhost:8080/

Any modification you do to the F# code will be reflected in the web page after saving.

Workshop

Under code there are different folders that represent a code challenge:

  • In the "Counter" folder define a Reset button in the view, and modify the model and state accordingly

  • In the "Light" folder there is a bug in the modeling of the state, fix it please.

  • In the "TreeView" folder implement the view to render the tree, and finish the state transition function.

Recommended tools:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published