{"id":15013399,"url":"https://github.com/jeescu/meteor-react-admin-lte","last_synced_at":"2026-03-11T20:32:19.025Z","repository":{"id":42415510,"uuid":"61538710","full_name":"jeescu/meteor-react-admin-lte","owner":"jeescu","description":"☄️ Starter project using Meteor + React and AdminLTE ui.","archived":false,"fork":false,"pushed_at":"2019-03-27T10:50:08.000Z","size":3916,"stargazers_count":42,"open_issues_count":2,"forks_count":18,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-08-08T23:34:44.192Z","etag":null,"topics":["admin-lte","airbnb","boilerplate","enzyme","es6","lint","meteor","meteorjs","mocha","react","react-router","starter","starter-app","test"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/jeescu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-20T10:23:43.000Z","updated_at":"2023-06-19T15:33:09.000Z","dependencies_parsed_at":"2022-09-21T07:31:34.273Z","dependency_job_id":null,"html_url":"https://github.com/jeescu/meteor-react-admin-lte","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/jeescu/meteor-react-admin-lte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeescu%2Fmeteor-react-admin-lte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeescu%2Fmeteor-react-admin-lte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeescu%2Fmeteor-react-admin-lte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeescu%2Fmeteor-react-admin-lte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeescu","download_url":"https://codeload.github.com/jeescu/meteor-react-admin-lte/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeescu%2Fmeteor-react-admin-lte/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30399332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T18:46:22.935Z","status":"ssl_error","status_checked_at":"2026-03-11T18:46:17.045Z","response_time":84,"last_error":"SSL_read: 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":["admin-lte","airbnb","boilerplate","enzyme","es6","lint","meteor","meteorjs","mocha","react","react-router","starter","starter-app","test"],"created_at":"2024-09-24T19:44:14.091Z","updated_at":"2026-03-11T20:32:19.009Z","avatar_url":"https://github.com/jeescu.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meteor + React + AdminLTE\n[![bitHound Code](https://www.bithound.io/github/jeescu/meteor-react-admin-lte/badges/code.svg)](https://www.bithound.io/github/jeescu/meteor-react-admin-lte)\n[![bitHound Dependencies](https://www.bithound.io/github/jeescu/meteor-react-admin-lte/badges/dependencies.svg)](https://www.bithound.io/github/jeescu/meteor-react-admin-lte/master/dependencies/npm)\n[![bitHound Dev Dependencies](https://www.bithound.io/github/jeescu/meteor-react-admin-lte/badges/devDependencies.svg)](https://www.bithound.io/github/jeescu/meteor-react-admin-lte/master/dependencies/npm)\n\nMeteor project boilerplate in [ES6](https://es6.io/) and [React](https://facebook.github.io/react/) using [AdminLTE 2.4.3](http://almsaeedstudio.com/themes/AdminLTE/documentation/index.html) styles.\n\n![Boilerplate screenshot](https://raw.githubusercontent.com/jeescu/meteor-react-admin-lte/master/public/img/Screenshot%20from%202016-06-24%2009%3A52%3A37.png)\n\n### Prerequisites\n* Node v6.9 or higher\n* Npm v3 or higher\n* Meteor v1.6.1\n\n### Meteor packages\n* accounts-password\n* accounts-base\n* alanning:roles\n* react-meteor-data\n* dispatch:mocha\n\n### Basic features\n* Authentication\n* Routing (Uses [React Router](https://github.com/ReactTraining/react-router) as standard for React)\n\n### Installation\n```\n\u003e git clone https://github.com/jeescu/meteor-react-admin-lte.git \u003cyourapp\u003e\n\u003e cd \u003cyourapp\u003e \u0026\u0026 rm -rf .git\n\u003e npm install\n```\n\n### Running Tests\nUsing [Mocha](https://mochajs.org/) as test driver package and [PhantomJS](http://phantomjs.org/) for browser driver.\nAlso included test utilities, [Enzyme](https://github.com/airbnb/enzyme) and [Chai](http://chaijs.com/api/). See test examples in `test/` folder.\n\n```\n\u003e npm test\n```\n\n### Linting\nUses [Airbnb style guide](https://github.com/airbnb/javascript). Just modify your rules in `.eslintrc`.\nLint will also run automatically on precommit, making sure your code is still ES6 standard! You can modify the precommit command list on `package.json` if you want to add more cool stuffs.\n\n```\n\u003e npm run lint\n```\n\n### Own the project and start coding!\n```\n\u003e npm start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeescu%2Fmeteor-react-admin-lte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeescu%2Fmeteor-react-admin-lte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeescu%2Fmeteor-react-admin-lte/lists"}