{"id":20841611,"url":"https://github.com/iotexproject/pylon","last_synced_at":"2026-04-18T05:03:20.227Z","repository":{"id":55671076,"uuid":"274797769","full_name":"iotexproject/pylon","owner":"iotexproject","description":"Pylon is a full-stack starter for building IoTeX Dapps","archived":false,"fork":false,"pushed_at":"2024-01-31T23:34:30.000Z","size":165,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-12-27T14:11:07.285Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.iotex.io/pylon/get-started.html","language":"TypeScript","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/iotexproject.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-06-25T00:35:52.000Z","updated_at":"2024-02-28T20:34:36.000Z","dependencies_parsed_at":"2022-08-15T06:01:17.705Z","dependency_job_id":null,"html_url":"https://github.com/iotexproject/pylon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iotexproject/pylon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fpylon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fpylon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fpylon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fpylon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iotexproject","download_url":"https://codeload.github.com/iotexproject/pylon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fpylon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31957158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-18T01:20:57.016Z","updated_at":"2026-04-18T05:03:20.172Z","avatar_url":"https://github.com/iotexproject.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pylon\n\n[![CircleCI](https://circleci.com/gh/iotexproject/pylon/tree/master.svg?style=svg)](https://circleci.com/gh/iotexproject/pylon/tree/master)\n\n- [Documentation](https://docs.iotex.io/pylon/get-started.html?utm_source=github-pylon)\n- [Contributing](https://docs.iotex.io/pylon/code-review-checklist.html?utm_source=github-pylon)\n\n## Getting Started\n\nPylon is a full-stack starter for building IoTeX Dapps. Here are the features you’ll find in Pylon:\n\n- Out-of-box integration with IoTeX antenna SDK and ioPay wallet\n- Server-side rendering and universal rendering with React and Redux\n- Apollo GraphQL (docs + playground), ES2017, TypeScript, TSX support out of the box\n- Server-side development via Koa.js\n\n### Create a project\n\n```bash\ngit clone git@github.com:iotexproject/pylon.git my-awesome-project\n```\n\n### Run your project\n\nThis is intended for \\*nix users. If you use Windows, go to [Run on Windows](#run-on-windows). Let's first prepare the environment.\n\n```bash\ncd my-awesome-project\n\nnvm use 10.15.0\nnpm install\n\n# prepare environment variable\ncp ./.env.tmpl ./.env\n```\n\n#### Development mode\n\nTo run your project in development mode, run:\n\n```bash\nnpm run watch\n```\n\nThe development site will be available at [http://localhost:5000](http://localhost:5000).\n\n#### Production Mode\n\nIt's sometimes useful to run a project in production mode, for example, to check bundle size or to debug a production-only issue. To run your project in production mode locally, run:\n\n```bash\nnpm run build-production\nNODE_ENV=production npm run start\n```\n\n#### NPM scripts\n\n- `npm run test`: test the whole project and generate a test coverage\n- `npm run ava ./path/to/test-file.js`: run a specific test file\n- `npm run build`: build source code from `src` to `dist`\n- `npm run lint`: run the linter\n- `npm run kill`: kill the node server occupying the port 5000.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotexproject%2Fpylon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiotexproject%2Fpylon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotexproject%2Fpylon/lists"}