{"id":35268923,"url":"https://github.com/jason-lee-ai/react-dashboard","last_synced_at":"2026-04-07T08:01:35.273Z","repository":{"id":329230543,"uuid":"1118428443","full_name":"jason-lee-ai/react-dashboard","owner":"jason-lee-ai","description":"🔥React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) 🔥","archived":false,"fork":false,"pushed_at":"2025-12-18T05:48:59.000Z","size":20718,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-12T10:58:49.626Z","etag":null,"topics":["bootstrap","dashboard","grahpql","react","react-router","redux","sass","webpack"],"latest_commit_sha":null,"homepage":"","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/jason-lee-ai.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-17T18:34:20.000Z","updated_at":"2026-01-24T16:16:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jason-lee-ai/react-dashboard","commit_stats":null,"previous_names":["fs-dev-lab/react-dashboard","jason-lee-ai/react-dashboard"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jason-lee-ai/react-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jason-lee-ai%2Freact-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jason-lee-ai%2Freact-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jason-lee-ai%2Freact-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jason-lee-ai%2Freact-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jason-lee-ai","download_url":"https://codeload.github.com/jason-lee-ai/react-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jason-lee-ai%2Freact-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bootstrap","dashboard","grahpql","react","react-router","redux","sass","webpack"],"created_at":"2025-12-30T11:49:18.507Z","updated_at":"2026-04-07T08:01:35.268Z","avatar_url":"https://github.com/jason-lee-ai.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## React Dashboard — \"[isomorphic](http://nerds.airbnb.com/isomorphic-javascript-future-web-apps/)\" admin dashboard template\nbuilt with [React](https://facebook.github.io/react/), [Bootstrap](http://getbootstrap.com/), [React Router](https://reacttraining.com/react-router/),\n[Redux](http://redux.js.org/) and [GraphQL](http://graphql.org/) based on\n[Create React App](https://github.com/facebook/create-react-app) and latest industry best practices.\n\n[View Demo](https://flatlogic.com/admin-dashboards/react-dashboard/demo) | [Download](https://github.com/flatlogic/react-dashboard.git) | [More templates](https://flatlogic.com/templates) | [Support forum](https://flatlogic.com/forum)\n\n[![react-dashboard](screenshot.png)](https://flatlogic.com/admin-dashboards/react-dashboard/demo)\n\nThis seed project is like a free version of a template you can find on [Themeforest](https://themeforest.net/category/site-templates/admin-templates) or [Wrapbootstrap](https://wrapbootstrap.com/themes/admin), with working backend integration, to get you started on your next [business software](https://flatlogic.com/) development.\n\n\n## Features\n* React\n* Mobile friendly layout (responsive)\n* React Router\n* Bootstrap3\n* GraphQL\n* Nodejs backend inegration\n* Sass styles\n* Stylish, clean, responsive layout\n* Lots of utility css classes for rapid development (flatlogic css set)\n* Authentication\n* CRUD operations examples\n\n## Quick Start\n\n#### 1. Get the latest version\n\nYou can start by cloning the latest version of React Dashboard on your\nlocal machine by running:\n\n```shell\n$ git clone -o react-dashboard -b master --single-branch \\\n      https://github.com/flatlogic/react-dashboard.git MyApp\n$ cd MyApp\n```\n\n#### 2. Run `yarn install`\n\nThis will install both run-time project dependencies and developer tools listed\nin [package.json](../package.json) file.\n\n#### 3. Run `yarn dev`\n\nThis command will start the app with simultaneously with express server,\nset up your database, start local server XAMPP, opensever, or other tool\nto start database, connect to it in file \n```shell\nsrc \u003e data \u003e sequelize.js.\n```\nAlso go to  \n```shell\nsrc \u003e data \u003e schema.js \n```\nand enable mutation. This preparation\nwill enable to realize CRUD operations locally\n\n### 4. How to create db\n\nCreate db. For instance name it \"sequelize\" and add posts table to it,\nyour table should have same structure as you can see on the screenshot\n\u003cbr\u003e\n![table structure](table.png)\n\n\u003e [http://localhost:3000/](http://localhost:3000/) — Node.js server\u003cbr\u003e\n\u003e [http://localhost:3000/graphql](http://localhost:3000/graphql) — GraphQL server and IDE\u003cbr\u003e\n\n#### 5. Run `yarn build`\n\nBuilds the app for production to the build folder.\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\nYour app is ready to be deployed!\n\nNow you can open your web app in a browser, on mobile devices and start\nhacking. Whenever you modify any of the source files inside the `/src` folder,\nthe module bundler ([Webpack](http://webpack.github.io/)) will recompile the\napp on the fly and refresh all the connected browsers.\n\nFor more info please refer to [getting started](./docs/getting-started.md) guide to download and run the project (Node.js \u003e= 6.5)\n\n## Support\nFor any additional information please go to our [**support forum**](https://flatlogic.com/forum) and raise your questions or feedback provide there. We highly appreciate your participation!\n\n## How can I support developers?\n- Star our GitHub repo :star:\n- [Tweet about it](https://twitter.com/intent/tweet?text=Amazing%20dashboard%20built%20with%20NodeJS,%20React%20and%20Bootstrap!\u0026url=https://github.com/flatlogic/react-dashboard\u0026via=flatlogic).\n- Create pull requests, submit bugs, suggest new features or documentation updates :wrench:\n- Follow [@flatlogic on Twitter](https://twitter.com/flatlogic).\n- Subscribe to Flatlogic newsletter at [flatlogic.com](https://flatlogic.com/)\n- Like our page on [Facebook](https://www.facebook.com/flatlogic/) :thumbsup:\n\n## Premium themes\nLooking for premium themes and templates? Check out more [admin dashboard templates at flatlogic.com](https://flatlogic.com/admin-dashboards).\n\n## License\n\n[MIT](https://github.com/flatlogic/react-dashboard/blob/master/LICENSE.txt) and another [MIT](https://github.com/flatlogic/react-dashboard/blob/master/LICENSE-react-starter-kit.txt) from RSK.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjason-lee-ai%2Freact-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjason-lee-ai%2Freact-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjason-lee-ai%2Freact-dashboard/lists"}