{"id":23762548,"url":"https://github.com/joshmerlino/tsx-app","last_synced_at":"2026-05-17T00:02:17.450Z","repository":{"id":37834876,"uuid":"378549362","full_name":"JoshMerlino/tsx-app","owner":"JoshMerlino","description":"Create fast single-page progressive-web-apps using PhotonCSS or Tailwind, React and TypeScript.","archived":false,"fork":false,"pushed_at":"2023-03-09T21:58:45.000Z","size":11086,"stargazers_count":1,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T15:46:00.790Z","etag":null,"topics":["api","material-design","material-ui","photon","rest","rest-api","tailwind"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/JoshMerlino.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":"2021-06-20T03:26:20.000Z","updated_at":"2022-03-07T15:58:28.000Z","dependencies_parsed_at":"2024-12-31T21:27:29.482Z","dependency_job_id":"56e79da0-c3cc-48c4-94c5-d7852d914be1","html_url":"https://github.com/JoshMerlino/tsx-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":"JoshMerlino/ts-server","purl":"pkg:github/JoshMerlino/tsx-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshMerlino%2Ftsx-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshMerlino%2Ftsx-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshMerlino%2Ftsx-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshMerlino%2Ftsx-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoshMerlino","download_url":"https://codeload.github.com/JoshMerlino/tsx-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshMerlino%2Ftsx-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265596021,"owners_count":23794826,"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":["api","material-design","material-ui","photon","rest","rest-api","tailwind"],"created_at":"2024-12-31T21:27:24.196Z","updated_at":"2025-10-19T01:08:47.210Z","avatar_url":"https://github.com/JoshMerlino.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tsx-app\n### Checks\n* [![Code Style Analysis](https://github.com/JoshMerlino/tsx-app/actions/workflows/code-style-analysis.yml/badge.svg)](https://github.com/JoshMerlino/tsx-app/actions/workflows/code-style-analysis.yml)\n* [![Code Quality Analysis](https://github.com/JoshMerlino/tsx-app/actions/workflows/code-quality-analysis.yml/badge.svg)](https://github.com/JoshMerlino/tsx-app/actions/workflows/code-quality-analysis.yml)\n* [![Test CI](https://github.com/JoshMerlino/tsx-app/actions/workflows/test-ci.yml/badge.svg)](https://github.com/JoshMerlino/tsx-app/actions/workflows/test-ci.yml)\n\n### Software\n* ubuntu-20.04.1lts\n* git-2.25.1\n* node-14.16.0\n* npm-6.14.11\n\n## Getting Started\n```bash\n# Clone the repo\ngit clone https://github.com/JoshMerlino/tsx-app -b (master | tailwind | photon) --single-branch -o upstream (my-app)\ngit branch -m master\n```\n\nMove into your new working directory.\n\n```bash\n# Install node build tools\nsudo apt-get install build-essential -y\n\n# Install node modules\nnpm install\n```\n\n## Creating API Endpoints\nCreate a `.ts` file in the `~/api` directory\n```typescript\nimport { Request, Response } from \"express\";\n\nexport const route = [\n\t\"v1/test\",\n\t\"v1/test/**\"\n];\n\nexport default function api(req: Request, res: Response): void {\n\tres.json({});\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshmerlino%2Ftsx-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshmerlino%2Ftsx-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshmerlino%2Ftsx-app/lists"}