{"id":15411109,"url":"https://github.com/7sharp9/6502-fable","last_synced_at":"2025-04-04T00:18:32.261Z","repository":{"id":141314521,"uuid":"160884170","full_name":"7sharp9/6502-Fable","owner":"7sharp9","description":"6502 CPU Emulator with Fable","archived":false,"fork":false,"pushed_at":"2018-12-08T09:52:31.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T12:16:02.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/7sharp9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07T23:04:08.000Z","updated_at":"2018-12-21T14:08:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"c713e7f5-4b81-4925-99ae-f4d677e38733","html_url":"https://github.com/7sharp9/6502-Fable","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"965c9e774cc67ccead2a52f46c372c16064e8d56"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7sharp9%2F6502-Fable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7sharp9%2F6502-Fable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7sharp9%2F6502-Fable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7sharp9%2F6502-Fable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/7sharp9","download_url":"https://codeload.github.com/7sharp9/6502-Fable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247098018,"owners_count":20883131,"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":[],"created_at":"2024-10-01T16:48:03.261Z","updated_at":"2025-04-04T00:18:32.238Z","avatar_url":"https://github.com/7sharp9.png","language":"F#","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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7sharp9%2F6502-fable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F7sharp9%2F6502-fable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7sharp9%2F6502-fable/lists"}