{"id":24189952,"url":"https://github.com/codedbystuart/react-sass-template","last_synced_at":"2026-05-23T06:03:29.706Z","repository":{"id":137810066,"uuid":"370295152","full_name":"codedbystuart/react-sass-template","owner":"codedbystuart","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-24T09:20:10.000Z","size":2739,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T14:53:16.742Z","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/codedbystuart.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":"2021-05-24T09:20:06.000Z","updated_at":"2021-05-24T09:20:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"9df4705c-74c5-4d1a-afc2-8df5577bef97","html_url":"https://github.com/codedbystuart/react-sass-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"dunky11/react-saas-template","purl":"pkg:github/codedbystuart/react-sass-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedbystuart%2Freact-sass-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedbystuart%2Freact-sass-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedbystuart%2Freact-sass-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedbystuart%2Freact-sass-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codedbystuart","download_url":"https://codeload.github.com/codedbystuart/react-sass-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedbystuart%2Freact-sass-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276252991,"owners_count":25610790,"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-09-21T02:00:07.055Z","response_time":72,"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-01-13T14:45:55.163Z","updated_at":"2025-09-21T14:31:13.749Z","avatar_url":"https://github.com/codedbystuart.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 already 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 happy 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## Build 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%2Fcodedbystuart%2Freact-sass-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedbystuart%2Freact-sass-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedbystuart%2Freact-sass-template/lists"}