{"id":24515896,"url":"https://github.com/daniel-nagy/vercel-react-vite-template","last_synced_at":"2026-04-13T08:32:12.650Z","repository":{"id":195446327,"uuid":"692879961","full_name":"daniel-nagy/vercel-react-vite-template","owner":"daniel-nagy","description":"A React template for Vercel using Typescript and Vite.","archived":false,"fork":false,"pushed_at":"2023-09-20T18:06:14.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-15T10:41:55.737Z","etag":null,"topics":["react","serverless","typescript","vercel","vite"],"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/daniel-nagy.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":"2023-09-17T21:23:06.000Z","updated_at":"2023-09-20T18:57:42.000Z","dependencies_parsed_at":"2023-09-18T02:56:10.438Z","dependency_job_id":"c2f06bb4-fe8b-4608-865f-16413274c26d","html_url":"https://github.com/daniel-nagy/vercel-react-vite-template","commit_stats":null,"previous_names":["daniel-nagy/vercel-react-vite-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daniel-nagy/vercel-react-vite-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-nagy%2Fvercel-react-vite-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-nagy%2Fvercel-react-vite-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-nagy%2Fvercel-react-vite-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-nagy%2Fvercel-react-vite-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daniel-nagy","download_url":"https://codeload.github.com/daniel-nagy/vercel-react-vite-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-nagy%2Fvercel-react-vite-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","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":["react","serverless","typescript","vercel","vite"],"created_at":"2025-01-22T01:19:49.042Z","updated_at":"2026-04-13T08:32:12.641Z","avatar_url":"https://github.com/daniel-nagy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A React Template for Vercel\n\nA Vercel template using React, Typescript, and Vite.\n\n#### Key Features\n\n- Continuous integration\n- Server rendering\n- Bundling serverless functions\n\nTo see how this template was created checkout my blog post [Deploying a React App to Vercel](https://danielnagy.me/posts/Post_9zympalet5ub).\n\n#### Technologies\n\n- [esbuild](https://esbuild.github.io) — An extremely fast JavaScript bundler.\n- [GitHub Actions](https://docs.github.com/en/actions) — A workflow automation framework.\n- [Node.js](https://nodejs.org) — A JavaScript runtime.\n- [React](https://react.dev) — A component syntax for JavaScript.\n- [TypeScript](https://www.typescriptlang.org) — A statically typed version of JavaScript.\n- [Vercel](https://vercel.com) — A serverless cloud provider.\n- [Vite](https://vitejs.dev) — A Web compiler.\n- [Yarn](https://yarnpkg.com/) — A Node.js package manager.\n\n### How to Use This Template\n\nStart by forking this repo. If you use [`asdf`](https://asdf-vm.com) just add the `nodejs` and `yarn` plugin.\n\n```shell\n\u003e asdf plugin add nodejs\n\u003e asdf plugin add yarn\n\u003e asdf install\n```\n\nIf you do not use asdf you will need Node.js and yarn installed using your preferred method. You can find the specific versions of these dependencies in the **.tool-versions** file.\n\nOnce you have Node.js and yarn installed run `yarn` to install the dependencies\n\n```shell\n\u003e yarn\n```\n\nNext use the [Vercel CLI](https://vercel.com/docs/cli) to create a new project or link an existing project.\n\n```shell\n\u003e yarn vercel\n```\n\nThe CLI will prompt you to log in and create or link an existing project. Once complete your app will be ready. You can then run the `start` command to start your app on port `3000`.\n\n```shell\n\u003e yarn start\n```\n\n### Manual Deployments\n\nYou can deploy your app manually using the following commands.\n\n```shell\n\u003e yarn build\n\u003e yarn vercel deploy --prebuilt\n```\n\n### Automatic Deployments\n\nThis repo contains GitHub Actions workflows for automatically deploying updates to your app. Changes to an open PR will be automatically deployed to a preview environment. Changes to the main branch will be automatically deployed to production. This is a solid foundation for you to build on top of.\n\nIn order to use this feature you will need to add 3 secrets to your repository to link your Vercel project: `VERCEL_ORG_ID`, `VERCEL_PROJECT_ID`, and `VERCEL_TOKEN`. The `orgId` and `projectId` can be found in **.vercel/project.json** after you link your app using the CLI. You will need to create an API access token in Vercel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-nagy%2Fvercel-react-vite-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniel-nagy%2Fvercel-react-vite-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-nagy%2Fvercel-react-vite-template/lists"}