{"id":13516418,"url":"https://github.com/dunky11/react-saas-template","last_synced_at":"2025-05-15T09:03:52.535Z","repository":{"id":37884596,"uuid":"237327049","full_name":"dunky11/react-saas-template","owner":"dunky11","description":"🌊   Template for building an SaaS / admin website using React + Material-UI","archived":false,"fork":false,"pushed_at":"2024-05-04T19:19:41.000Z","size":16839,"stargazers_count":1931,"open_issues_count":21,"forks_count":422,"subscribers_count":37,"default_branch":"master","last_synced_at":"2025-05-15T09:02:51.840Z","etag":null,"topics":["admin","admin-dashboard","blog","javascript","landing-page","landingpage","material","material-design","material-ui","react","saas-application","template"],"latest_commit_sha":null,"homepage":"https://reactsaastemplate.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/dunky11.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-30T23:38:23.000Z","updated_at":"2025-05-14T17:56:24.000Z","dependencies_parsed_at":"2024-01-13T19:26:00.313Z","dependency_job_id":"74eb7927-bb11-4374-9f6e-f6e8094398b1","html_url":"https://github.com/dunky11/react-saas-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunky11%2Freact-saas-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunky11%2Freact-saas-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunky11%2Freact-saas-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunky11%2Freact-saas-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dunky11","download_url":"https://codeload.github.com/dunky11/react-saas-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254310513,"owners_count":22049468,"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":["admin","admin-dashboard","blog","javascript","landing-page","landingpage","material","material-design","material-ui","react","saas-application","template"],"created_at":"2024-08-01T05:01:22.135Z","updated_at":"2025-05-15T09:03:52.501Z","avatar_url":"https://github.com/dunky11.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Categories"],"sub_categories":["React"],"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%2Fdunky11%2Freact-saas-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdunky11%2Freact-saas-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunky11%2Freact-saas-template/lists"}