{"id":16677865,"url":"https://github.com/serayuzgur/marko-example","last_synced_at":"2025-04-09T21:32:53.325Z","repository":{"id":70389859,"uuid":"121250344","full_name":"serayuzgur/marko-example","owner":"serayuzgur","description":"An example project with markojs and apollo-fetch.","archived":false,"fork":false,"pushed_at":"2018-05-05T13:54:06.000Z","size":1036,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T23:26:23.336Z","etag":null,"topics":["apollo-fetch","graphql","markojs"],"latest_commit_sha":null,"homepage":"","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/serayuzgur.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-02-12T13:32:53.000Z","updated_at":"2024-06-19T10:33:27.000Z","dependencies_parsed_at":"2023-05-13T23:00:36.814Z","dependency_job_id":null,"html_url":"https://github.com/serayuzgur/marko-example","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/serayuzgur%2Fmarko-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serayuzgur%2Fmarko-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serayuzgur%2Fmarko-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serayuzgur%2Fmarko-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serayuzgur","download_url":"https://codeload.github.com/serayuzgur/marko-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248114705,"owners_count":21050094,"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":["apollo-fetch","graphql","markojs"],"created_at":"2024-10-12T13:27:44.054Z","updated_at":"2025-04-09T21:32:53.305Z","avatar_url":"https://github.com/serayuzgur.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marko Example.\nAn example project with markojs and apoll-fetch.\nThis repo extends [`marko-starter`](https://github.com/marko-js/marko-starter). \nAims to demonstrate a real-life demo.\n\n* [marko](https://github.com/marko-js/marko) for ui and configuration (marko-cli).\n* [apollo-fetch](https://github.com/apollographql/apollo-fetch) for easier graphql fetching.\n\n\n![marko](./marko.gif)\n\n* All `*.marko.js` files are auto generated.\n* You can see a detailed overview of the `src` folder below. Makes easier to see what is necessary.\n\n```bash\nsrc/\n├── components             # where you put your components\n│   ├── page-search.marko  # holds search-box and product-list. coordinates them.\n│   ├── product-list.marko # lists products using graph.js\n│   ├── search-box.marko   #  :)\n│   └── site-layout        # layout from marko-starter with minor changes. \n│       ├── index.marko\n│       ├── logo.svg\n│       └── style.css\n├── data\n│   ├── graph.js          # apollo connection codes.\n│   └── queries           # where you put  your graph queries\n│       └── index.js\n└── index.marko           # default route. mounts page-search.\n```\n\n\n## Install\n\n```bash\nnpm install\n```\n\n## Starting the server\n\n```bash\nnpm start\n```\n\nStart the server in production mode (minification enabled, etc.):\n\n```bash\nNODE_ENV=production npm start\n```\n\n## Build a static site\nBuild the project in production mode:\n\n```bash\nnpm run build\n```\n\nBy default, the generated static site will be placed in `dist/`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserayuzgur%2Fmarko-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserayuzgur%2Fmarko-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserayuzgur%2Fmarko-example/lists"}