{"id":21855598,"url":"https://github.com/zeropsio/recipe-react-nodejs","last_synced_at":"2026-01-23T02:20:03.408Z","repository":{"id":249814551,"uuid":"832094684","full_name":"zeropsio/recipe-react-nodejs","owner":"zeropsio","description":"React Node.js on Zerops","archived":false,"fork":false,"pushed_at":"2024-08-01T14:15:59.000Z","size":68,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-23T05:50:36.349Z","etag":null,"topics":[],"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/zeropsio.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":"2024-07-22T10:45:09.000Z","updated_at":"2024-08-01T14:16:03.000Z","dependencies_parsed_at":"2024-07-23T14:32:37.679Z","dependency_job_id":"87fc1c0b-76f6-4c7e-af2c-46a649496a69","html_url":"https://github.com/zeropsio/recipe-react-nodejs","commit_stats":null,"previous_names":["zeropsio/recipe-react-nodejs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zeropsio/recipe-react-nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Frecipe-react-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Frecipe-react-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Frecipe-react-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Frecipe-react-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeropsio","download_url":"https://codeload.github.com/zeropsio/recipe-react-nodejs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Frecipe-react-nodejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28678040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"online","status_checked_at":"2026-01-23T02:00:08.296Z","response_time":59,"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-28T02:16:32.585Z","updated_at":"2026-01-23T02:20:03.389Z","avatar_url":"https://github.com/zeropsio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zerops x React - Node.js\n\nReact is a JavaScript web library for building fast, dynamic full-stack web apps with both server-side rendering and static site generation. \u003ca href=\"https://zerops.io/\" target=\"_blank\"\u003eZerops\u003c/a\u003e makes deploying and running React apps, both server-side rendered and static, a breeze.\n\nThis recipe showcases the SSR version, see [zeropsio/recipe-react-static](https://github.com/zeropsio/recipe-react-static) for the SSG Static version.\n\n![react](https://github.com/zeropsio/recipe-shared-assets/blob/main/covers/svg/cover-react.svg)\n\n\u003cbr/\u003e\n\n## Deploy to Zerops\n\nYou can either click the deploy button to deploy directly on Zerops, or manually copy the [import yaml](https://github.com/zeropsio/recipe-react-nodejs/blob/main/zerops-project-import.yml) to the import dialog in the Zerops app.\n\n[![Deploy on Zerops](https://github.com/zeropsio/recipe-shared-assets/blob/main/deploy-button/green/deploy-button.svg)](https://app.zerops.io/recipe/react-nodejs)\n\n\u003cbr/\u003e\n\n## Recipe features\n- Latest version of **React + Vite + Express** with SSR running on a load-balanced **Zerops Node.js** service.\n\n\u003cbr/\u003e\n\n## Production vs. development\nThis recipe is ready for production as is, and will scale horizontally by adding more containers in case of high traffic surges. If you want to achieve the highest baseline reliability and resilience, start with at least two containers (add `minContainers: 2` in recipe YAML in the `app` service section, or change the minimum containers in \"Automatic Scaling configuration\" section of service detail).\n\n\u003cbr/\u003e\n\n## Changes made over the default installation\nIf you want to modify your existing React app to efficiently run on Zerops, follow the steps below:\n\n1. You'll need to setup a [`server.js`](https://github.com/zeropsio/recipe-react-nodejs/blob/main/server.js) file - Make sure you have the used packages check the [package.json](https://github.com/zeropsio/recipe-react-nodejs/blob/main/package.json) to know the used packages.\n2. Check the scripts used in [Package.json](https://github.com/zeropsio/recipe-react-nodejs/blob/main/package.json) ~ Make sure you have the following scripts.\n\nNow, just add the [zerops.yml](https://github.com/zeropsio/recipe-react-nodejs/blob/main/zerops.yml) file to the root of your project.\n\n\u003cbr/\u003e\n\u003cbr/\u003e\n\nNeed help setting your project up? Join [Zerops Discord community](https://discord.com/invite/WDvCZ54).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeropsio%2Frecipe-react-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeropsio%2Frecipe-react-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeropsio%2Frecipe-react-nodejs/lists"}