{"id":26447303,"url":"https://github.com/oreactjs/oreact","last_synced_at":"2025-03-18T13:51:41.879Z","repository":{"id":41627673,"uuid":"268987445","full_name":"oreactjs/oreact","owner":"oreactjs","description":"A full-stack javascript solution for your next big idea. Forget all the boilerplate work and focus on building your own SaaS business with OreactJS.","archived":false,"fork":false,"pushed_at":"2023-03-04T21:59:28.000Z","size":2396,"stargazers_count":8,"open_issues_count":53,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-20T19:08:10.961Z","etag":null,"topics":["apollographql","boilerplate","express","full-stack","graphql","material-ui","mobx","oreact","reactjs","ssr","universal-react","webpack"],"latest_commit_sha":null,"homepage":"https://oreactjs.com","language":"JavaScript","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/oreactjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2020-06-03T04:16:39.000Z","updated_at":"2024-03-27T13:52:06.000Z","dependencies_parsed_at":"2024-11-17T04:23:55.382Z","dependency_job_id":null,"html_url":"https://github.com/oreactjs/oreact","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"5e9fe8dad23a8d59cd27c75d60ef76b8d9b11455"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreactjs%2Foreact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreactjs%2Foreact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreactjs%2Foreact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreactjs%2Foreact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oreactjs","download_url":"https://codeload.github.com/oreactjs/oreact/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244054434,"owners_count":20390550,"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":["apollographql","boilerplate","express","full-stack","graphql","material-ui","mobx","oreact","reactjs","ssr","universal-react","webpack"],"created_at":"2025-03-18T13:51:41.219Z","updated_at":"2025-03-18T13:51:41.874Z","avatar_url":"https://github.com/oreactjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://oreactjs.com/\" rel=\"noopener\" target=\"_blank\"\u003e\u003cimg width=\"150\" src=\"https://oreactjs.com/assets/images/logos/oreact.png\" alt=\"OreactJS logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eOreact\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nForget all the boilerplate and focus on what matters to your application. It helps you build fast, robust, and maintainable production web applications using some of the world's most popular tools: **React, Material-Ui, Apollo, MongoDB, Mobx and Razzle**.\n\n\u003c/div\u003e\n\n### Learn more about Oreact on [Oreact Website ➞](https://oreactjs.com)\n\n\n## Getting Started\n\nOreactJS is available with CLI installer [Oreact CLI](https://oreactjs.com/docs/cli/introduction).\n\n# Installation\n\u003cp class=\"description\"\u003eInstall Oreact with all the prerequisites, and initialize your application.\u003c/p\u003e\n\n## Oreact CLI \nOreact CLI offers a convenient command line installer that will create a new Oreact application and install it in the directory of your choice.\nOreact CLI does not require any configuration or prior knowledge to get started, and this simplicity makes it the most popular way to use Oreact.  \n\nAs the name implies, Oreact CLI is a command-line tool that can be run in the terminal on your machine. Install it globally by running:  \n  \n```jsx\nyarn global add oreact-cli\n```\n\nAfter that you'll have a new command in your terminal called preact. With it you can create a new application by running the preact create command:\n\n```jsx\noreact init default my-project\n```\n\nThis will create a new application based on our default starter template. You will be asked for some information about your project, which will then be generated in the directory you specified (my-project in this case).\n\n## Getting ready for development\nNow we're ready to start our application. To start a development server, run the following command inside your newly generated project folder (my-project from above):\n\n```jsx\n# Go into the generated project folder\ncd my-project\n\n# Start a development server\noreact start dev\n```\nOnce the server has started, it will print a local development URL to open in your browser. Now you're ready to start coding your app!.\n\n## Making a production build\nThere comes a time when you need to deploy your app somewhere. The CLI ships with a handy build command which will generate a highly optimized production build.\n```jsx\noreact build\n```\nUpon completion you'll have a new build/ folder which can be deployed directly to a server.\n\nTop check how the production build looks, We have following command to run production build locally.   \n\n```jsx\noreact start prod\n```\n\n\n## Deploying artifacts to anywhere  \n\n[Orup](https://oreactjs.com/docs/orup/getting-started) powered command line interface to deploy production ready oreact application.\n\n## License\n\nThis project is licensed under the terms of the\n[MIT license](/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foreactjs%2Foreact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foreactjs%2Foreact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foreactjs%2Foreact/lists"}