{"id":28024629,"url":"https://github.com/okteto/react-getting-started","last_synced_at":"2026-04-28T16:05:00.049Z","repository":{"id":50248800,"uuid":"261854175","full_name":"okteto/react-getting-started","owner":"okteto","description":"Get started with React and Okteto ","archived":false,"fork":false,"pushed_at":"2021-05-31T12:31:54.000Z","size":1948,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-03T02:34:04.863Z","etag":null,"topics":["development","docker","kubernetes","okteto","react"],"latest_commit_sha":null,"homepage":"https://www.okteto.com","language":"JavaScript","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/okteto.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}},"created_at":"2020-05-06T19:05:36.000Z","updated_at":"2023-12-01T14:05:46.000Z","dependencies_parsed_at":"2022-08-25T18:51:58.309Z","dependency_job_id":null,"html_url":"https://github.com/okteto/react-getting-started","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/okteto%2Freact-getting-started","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okteto%2Freact-getting-started/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okteto%2Freact-getting-started/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okteto%2Freact-getting-started/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okteto","download_url":"https://codeload.github.com/okteto/react-getting-started/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253506283,"owners_count":21919024,"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":["development","docker","kubernetes","okteto","react"],"created_at":"2025-05-11T02:22:04.916Z","updated_at":"2026-04-28T16:04:59.970Z","avatar_url":"https://github.com/okteto.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repo shows you how to build a React-based application with Okteto Cloud.\n\n\u003e Okteto is compatible with any Kubernetes distribution. This guide uses Okteto Cloud to take advantage of automatic builds and deploys.\n\n## Prerequisites\n\n1. [Install the Okteto CLI](https://okteto.com/docs/getting-started/installation)\n1. Run `okteto login` to create your free Okteto Cloud account and download the required credentials and certificates.\n\n## Launch your development environment\nThe `okteto.yml` manifest is configured to use the first stage of the `Dockerfile` as the development environment. \n\nTo deploy it:\n\n```\nokteto up\n```\n\nTo build the development environment and then deploy it (e.g. if you want to add more dependencies), run:\n\n```\nokteto up --build\n```\n\n## Develop your Application\n\n`okteto up` will give you a terminal to your remote development environment. This environment is just like a regular one, except that it's running directly in Okteto Cloud. This means that it's fully integrated with the rest of your namespace.\n\nTo start your react application, simply run:\n\n```\nyarn start\n```\n\nThis will start React's dev server on hot reload mode. Every time you make a change in the local version of your files, the files will be synchronized to your remote development environment and auto reloaded. \n\n\n## Deploy your production image\n\nThe `Dockerfile` is configured to give you a minimal image for production. In this case, the image only contains the build assets, served by nginx. \n\nTo deploy your react application in Okteto Cloud, simply run:\n\n```\nokteto push\n```\n\n`okteto` push will automatically build, generate manifests, deploy and/or update your react application. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokteto%2Freact-getting-started","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokteto%2Freact-getting-started","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokteto%2Freact-getting-started/lists"}