{"id":13398544,"url":"https://github.com/davedawkins/sutil-template-helloworld","last_synced_at":"2025-03-20T02:31:09.948Z","repository":{"id":133632622,"uuid":"341030366","full_name":"davedawkins/sutil-template-helloworld","owner":"davedawkins","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-19T11:10:06.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T22:52:38.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/davedawkins.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2021-02-21T23:50:38.000Z","updated_at":"2023-03-09T06:25:08.000Z","dependencies_parsed_at":"2024-01-15T22:44:32.621Z","dependency_job_id":"4893d2f8-6f0a-429c-b88f-83650002dc66","html_url":"https://github.com/davedawkins/sutil-template-helloworld","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/davedawkins%2Fsutil-template-helloworld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davedawkins%2Fsutil-template-helloworld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davedawkins%2Fsutil-template-helloworld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davedawkins%2Fsutil-template-helloworld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davedawkins","download_url":"https://codeload.github.com/davedawkins/sutil-template-helloworld/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244041561,"owners_count":20388263,"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-07-30T19:00:28.271Z","updated_at":"2025-03-20T02:31:09.625Z","avatar_url":"https://github.com/davedawkins.png","language":"JavaScript","funding_links":[],"categories":["Starter Projects"],"sub_categories":[],"readme":"## Sutil Template for Hello World\n\nThe simplest Sutil application. This gives you a development area and shows how a single page application is constructed and mounted with minimal styling. See\n- src/App/App.fs.\n- public/index.html\n\n```fs\nmodule App\n\nopen Sutil\nopen Sutil.DOM\nopen Sutil.Attr\n\nlet view() =\n    Html.div [\n        style [\n            Css.fontFamily \"Arial, Helvetica,sans-serif\"\n            Css.textAlign \"center\"\n            Css.marginTop \"40px\"\n            Css.fontSize \"10ex\"\n        ]\n        text \"Hello World\"\n    ]\n\nmountElement \"sutil-app\" (view())\n```\n\n### Quick Start\n\n```\n    git clone -s https://github.com/davedawkins/sutil-template-helloworld.git\n    cd sutil-template-helloworld\n    dotnet tool restore\n    npm install\n    npm run start\n```\n\n### What Next\nIt's recommended that for any kind of \"real\" app that you adopt the Elmish MVU pattern.\nTemplate: https://github.com/davedawkins/Sutil-template-elmish\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavedawkins%2Fsutil-template-helloworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavedawkins%2Fsutil-template-helloworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavedawkins%2Fsutil-template-helloworld/lists"}