{"id":31529925,"url":"https://github.com/isan-rivkin/-react-saas-template","last_synced_at":"2025-10-04T01:16:11.074Z","repository":{"id":36974044,"uuid":"501285802","full_name":"Isan-Rivkin/-react-saas-template","owner":"Isan-Rivkin","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-03T05:07:57.000Z","size":3195,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-03T22:02:45.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Isan-Rivkin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-08T14:27:29.000Z","updated_at":"2023-03-03T22:02:45.713Z","dependencies_parsed_at":"2023-02-15T05:00:54.692Z","dependency_job_id":null,"html_url":"https://github.com/Isan-Rivkin/-react-saas-template","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/Isan-Rivkin/-react-saas-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isan-Rivkin%2F-react-saas-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isan-Rivkin%2F-react-saas-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isan-Rivkin%2F-react-saas-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isan-Rivkin%2F-react-saas-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Isan-Rivkin","download_url":"https://codeload.github.com/Isan-Rivkin/-react-saas-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isan-Rivkin%2F-react-saas-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278251585,"owners_count":25956124,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"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":"2025-10-04T01:16:07.919Z","updated_at":"2025-10-04T01:16:11.069Z","avatar_url":"https://github.com/Isan-Rivkin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React SaaS Template\nRemains of a SaaS business I once tried to build. Now transformed into a template for building an SaaS/admin application using React + Material-UI.\n\n[**Check out the demo**](https://reactsaastemplate.com)\n\n![Node.js CI](https://github.com/dunky11/react-saas-template/workflows/Node.js%20CI/badge.svg)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n\n[\u003cimg src=\"/.github/gifs/showcase.gif\"\u003e](https://reactsaastemplate.com \"Go to demo website\")\n\n\n## Getting Started\n\n### Prerequisites\n\n#### Node.js 12+ (versions below could work, but are not tested)\n\n* Linux:\n\n   ```\n   sudo apt install nodejs npm\n   ```\n\n* Windows or macOS:\n\n   https://nodejs.org/en/\n\n### Installing\n\n1. Clone the repository\n\n   ```\n   git clone https://github.com/dunky11/react-saas-template\n   ```\n2. Install dependencies, this can take a minute\n\n   ```\n   cd react-saas-template\n   npm install\n   ```\n3. Start the local server\n\n   ```\n   npm start\n   ```\n\nYour browser should now open and show the app. Otherwise open http://localhost:3000/ in your browser. Editing files will automatically refresh the page.\n\n### What to do next?\n\nIf you are new to React, you should watch a [basic React tutorial](https://www.youtube.com/results?search_query=react+tutorial) first.\n\nIf you know React, then most of the information you need is in the [Material-UI documentation](https://material-ui.com/getting-started/usage/).\n\nYou can go into [src/theme.js](/src/theme.js) and change the primary and secondary color codes at the top of the script to the values you like and some magic will happen.\n\n## Deployment\n\nIf you are satisfied with the state of your website you can run:\n\n```\nnpm run build \n```\n\nIt will create a folder named build with your compiled project inside. After that copy its content into your webroot and you are ready to go.\n\n## Built With\n\n* [Create-React-App](https://github.com/facebook/create-react-app) - Used to bootstrap the development\n* [Material-UI](https://github.com/mui-org/material-ui) - Material Design components\n* [React-Router](https://github.com/ReactTraining/react-router) - Routing of the app\n* [Pace](https://github.com/HubSpot/pace) - Loading bar at the top\n* [Emoji-Mart](https://github.com/missive/emoji-mart) - Picker for the emojis\n* [React-Dropzone](https://github.com/react-dropzone/react-dropzone) - File drop component for uploads\n* [Recharts](https://github.com/recharts/recharts) - Charting library I used for the statistics\n* [Aos](https://github.com/michalsnik/aos) - Animations based on viewport\n* [React-Cropper](https://github.com/roadmanfong/react-cropper) - Cropper for the image uploads\n* [React-Stripe-js](https://github.com/stripe/react-stripe-js) - Stripes payment elements\n\n## Contribute\nShow your support by ⭐ the project. Pull requests are always welcome.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](https://github.com/dunky11/react-saas-template/blob/master/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisan-rivkin%2F-react-saas-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisan-rivkin%2F-react-saas-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisan-rivkin%2F-react-saas-template/lists"}