Skip to content

Latest commit

 

History

History
executable file
·
33 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

executable file
·
33 lines (21 loc) · 1.11 KB

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: