{"id":20020197,"url":"https://github.com/wonism/dart-poc","last_synced_at":"2026-03-05T19:09:51.154Z","repository":{"id":94612380,"uuid":"141729923","full_name":"wonism/dart-poc","owner":"wonism","description":null,"archived":false,"fork":false,"pushed_at":"2018-07-29T06:12:08.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-29T03:25:48.160Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/wonism.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-07-20T15:40:03.000Z","updated_at":"2018-07-29T06:12:09.000Z","dependencies_parsed_at":"2023-03-16T21:01:14.992Z","dependency_job_id":null,"html_url":"https://github.com/wonism/dart-poc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wonism/dart-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wonism%2Fdart-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wonism%2Fdart-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wonism%2Fdart-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wonism%2Fdart-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wonism","download_url":"https://codeload.github.com/wonism/dart-poc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wonism%2Fdart-poc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30144705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T16:58:46.102Z","status":"ssl_error","status_checked_at":"2026-03-05T16:58:45.706Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-13T08:30:14.010Z","updated_at":"2026-03-05T19:09:51.126Z","avatar_url":"https://github.com/wonism.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dart - Proof of concept\n\n## Install\n```\n# Install dart\n$ brew tap dart-lang/dart\n# Get dev channel release:\n$ brew install dart --devel\n```\n\n### CLI tools\n```\n$ pub global activate webdev\n$ pub global activate stagehand\n# then, add `export PATH=$PATH:~/.pub-cache/bin` into `.profile`\n# in my case, `~/.bash_profile`\n```\n\n- `webdev`는 웹 앱을 빌드하고 서빙할 수 있도록 도와주는 CLI다.  `Dart`의 `build_runner`를 기반으로 만들어졌으며, `pub build`와 `pub serve`를 대체한다.\n- `stagehand`는 스캐폴딩 제너레이터이다.\n\n## Syntax highlighting on vim\n```\n\" .vimrc\n\n\" https://github.com/dart-lang/dart-vim-plugin\nPlugin 'dart-lang/dart-vim-plugin'\n```\n\n## Create a web application\n```\n# create directory and move to the directory\n$ mkdir dart-webapp\n$ cd dart-webapp\n# create project\n$ stagehand web-simple\n# install packages\n$ pub get\n```\n\n## Run the application\n```\n$ webdev serve\n```\n\n- `webdev`로 첫 빌드 및 서빙에는 속도가 느리지만, 다음부터는 파일들이 캐싱되어 빨라질 것이다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwonism%2Fdart-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwonism%2Fdart-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwonism%2Fdart-poc/lists"}