{"id":18849925,"url":"https://github.com/asispts/react-lte","last_synced_at":"2025-04-14T09:21:17.848Z","repository":{"id":40597337,"uuid":"298916876","full_name":"asispts/react-lte","owner":"asispts","description":"AdminLTE v3 template for ReactJS","archived":false,"fork":false,"pushed_at":"2023-01-22T09:07:17.000Z","size":2881,"stargazers_count":48,"open_issues_count":2,"forks_count":25,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-24T20:14:56.205Z","etag":null,"topics":["adminlte","adminlte3","react","react-admin-template","reactjs","reactjs-admin","reactjs-admin-template","reactjs-adminlte"],"latest_commit_sha":null,"homepage":"https://asispts.github.io/react-lte/","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/asispts.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-09-26T23:31:08.000Z","updated_at":"2024-04-23T14:21:54.000Z","dependencies_parsed_at":"2023-02-12T15:17:11.898Z","dependency_job_id":null,"html_url":"https://github.com/asispts/react-lte","commit_stats":null,"previous_names":["pattisahusiwa/react-lte"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asispts%2Freact-lte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asispts%2Freact-lte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asispts%2Freact-lte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asispts%2Freact-lte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asispts","download_url":"https://codeload.github.com/asispts/react-lte/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248852186,"owners_count":21171843,"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":["adminlte","adminlte3","react","react-admin-template","reactjs","reactjs-admin","reactjs-admin-template","reactjs-adminlte"],"created_at":"2024-11-08T03:26:56.136Z","updated_at":"2025-04-14T09:21:17.828Z","avatar_url":"https://github.com/asispts.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `react-lte` - AdminLTE v3 template for ReactJS\n\n[![npm](https://img.shields.io/npm/v/react-lte)](https://www.npmjs.com/package/react-lte)\n[![License](https://img.shields.io/github/license/pattisahusiwa/react-lte)](https://github.com/pattisahusiwa/react-lte/blob/master/LICENSE)\n[![gh-pages](https://github.com/pattisahusiwa/react-lte/workflows/gh-pages/badge.svg)](https://github.com/pattisahusiwa/react-lte/actions?query=workflow%3Agh-pages)\n[![ci](https://github.com/pattisahusiwa/react-lte/workflows/ci/badge.svg)](https://github.com/pattisahusiwa/react-lte/actions?query=workflow%3Aci)\n[![Coverage Status](https://coveralls.io/repos/github/pattisahusiwa/react-lte/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/pattisahusiwa/react-lte?branch=master\u0026service=github)\n\n[![react](https://img.shields.io/npm/dependency-version/react-lte/react)](https://www.npmjs.com/package/react-lte)\n[![admin-lte](https://img.shields.io/npm/dependency-version/react-lte/admin-lte)](https://www.npmjs.com/package/react-lte)\n[![bootstrap](https://img.shields.io/npm/dependency-version/react-lte/bootstrap)](https://www.npmjs.com/package/react-lte)\n[![reactstrap](https://img.shields.io/npm/dependency-version/react-lte/reactstrap)](https://www.npmjs.com/package/react-lte)\n\n- [`react-lte` - AdminLTE v3 template for ReactJS](#react-lte---adminlte-v3-template-for-reactjs)\n  - [Demo](#demo)\n  - [Installation](#installation)\n  - [Changelog](#changelog)\n  - [Contributing](#contributing)\n    - [How to contribute](#how-to-contribute)\n  - [License](#license)\n\n## Demo\n\nVisit https://asispts.github.io/react-lte/ to see the live demo.\n\n![screenshot](./screenshot.png)\n\n## Installation\n\nThis project is still under development. Hence the package on in [npmjs.com](https://www.npmjs.com/package/react-lte) is not really up to date. If you want to use this library, you need to install it directly from github repo. In `pnpm`, this can be achieved by running\n\n```bash\npnpm add pattisahusiwa/react-lte\n```\n\nFor other package managers, please consult the related documentation on how to install a package directly from github.\n\n## Changelog\n\nSee [CHANGELOG.md](./CHANGELOG.md)\n\n## Contributing\n\nAll form of contributions are welcome. You can [report issues](https://github.com/pattisahusiwa/react-lte/issues), [request new feature](https://github.com/pattisahusiwa/react-lte/issues), fork the repo and [submit pull request](https://github.com/pattisahusiwa/react-lte/pulls).\n\nFor major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n### How to contribute\n\n1. Fork and clone the repository,\n2. Install package dependencies using `pnpm`\n   ```bash\n   pnpm install\n   ```\n3. Create a new git branch, make a necessary change, add unit test, commit, and submit PR.\n4. Run `pnpm cs` or `pnpm lint` to check coding style or linter issues. The issues can be fixed by running `pnpm cs:fix` or `pnpm lint:fix`\n\n## License\n\nThis project is released under [MIT](https://opensource.org/licenses/MIT) license.\nSee [LICENSE](./LICENSE) file for more details.\n\nFor the original AdminLTE license, see [AdminLTE license](https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasispts%2Freact-lte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasispts%2Freact-lte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasispts%2Freact-lte/lists"}