{"id":15883192,"url":"https://github.com/bfollington/fable-playground","last_synced_at":"2025-04-02T06:11:26.467Z","repository":{"id":67179029,"uuid":"160625062","full_name":"bfollington/fable-playground","owner":"bfollington","description":"Learning F# via Elmish","archived":false,"fork":false,"pushed_at":"2018-12-06T05:45:19.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T20:31:12.262Z","etag":null,"topics":["elmish","fable","fsharp"],"latest_commit_sha":null,"homepage":"","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bfollington.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-06T05:45:07.000Z","updated_at":"2019-04-11T04:58:42.000Z","dependencies_parsed_at":"2023-03-11T01:07:24.208Z","dependency_job_id":null,"html_url":"https://github.com/bfollington/fable-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfollington%2Ffable-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfollington%2Ffable-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfollington%2Ffable-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfollington%2Ffable-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfollington","download_url":"https://codeload.github.com/bfollington/fable-playground/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246763943,"owners_count":20829799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elmish","fable","fsharp"],"created_at":"2024-10-06T04:08:44.554Z","updated_at":"2025-04-02T06:11:26.447Z","avatar_url":"https://github.com/bfollington.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fable 2.1 Minimal App\n\nThis is a simple Fable 2.1 app including an [Elmish](https://elmish.github.io/) counter with as little configuration as possible. If you want to see a more complex app including commonly used F# tools like Paket or Fake, check [the Fulma demo](https://github.com/MangelMaxime/fulma-demo).\n\n## Requirements\n\n* [dotnet SDK](https://www.microsoft.com/net/download/core) 2.1 or higher\n* [node.js](https://nodejs.org) with [npm](https://www.npmjs.com/)\n* An F# editor like Visual Studio, Visual Studio Code with [Ionide](http://ionide.io/) or [JetBrains Rider](https://www.jetbrains.com/rider/).\n\n## Building and running the app\n\n* Install JS dependencies: `npm install`\n* Start Webpack dev server: `npx webpack-dev-server` or `npm start`\n* After the first compilation is finished, in your browser open: http://localhost:8080/\n\nAny modification you do to the F# code will be reflected in the web page after saving.\n\n## Project structure\n\n### npm\n\nJS dependencies are declared in `package.json`, while `package-lock.json` is a lock file automatically generated.\n\n### Webpack\n\n[Webpack](https://webpack.js.org) is a JS bundler with extensions, like a static dev server that enables hot reloading on code changes. Fable interacts with Webpack through the `fable-loader`. Configuration for Webpack is defined in the `webpack.config.js` file. Note this sample only includes basic Webpack configuration for development mode, if you want to see a more comprehensive configuration check the [Fable webpack-config-template](https://github.com/fable-compiler/webpack-config-template/blob/master/webpack.config.js).\n\n### F#\n\nThe sample only contains two F# files: the project (.fsproj) and a source file (.fs) in the `src` folder.\n\n### Web assets\n\nThe `index.html` file and other assets like an icon can be found in the `public` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfollington%2Ffable-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfollington%2Ffable-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfollington%2Ffable-playground/lists"}