https://github.com/asispts/react-lte
AdminLTE v3 template for ReactJS
https://github.com/asispts/react-lte
adminlte adminlte3 react react-admin-template reactjs reactjs-admin reactjs-admin-template reactjs-adminlte
Last synced: 11 months ago
JSON representation
AdminLTE v3 template for ReactJS
- Host: GitHub
- URL: https://github.com/asispts/react-lte
- Owner: asispts
- License: mit
- Created: 2020-09-26T23:31:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T09:07:17.000Z (about 3 years ago)
- Last Synced: 2024-04-24T20:14:56.205Z (almost 2 years ago)
- Topics: adminlte, adminlte3, react, react-admin-template, reactjs, reactjs-admin, reactjs-admin-template, reactjs-adminlte
- Language: JavaScript
- Homepage: https://asispts.github.io/react-lte/
- Size: 2.75 MB
- Stars: 48
- Watchers: 3
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# `react-lte` - AdminLTE v3 template for ReactJS
[](https://www.npmjs.com/package/react-lte)
[](https://github.com/pattisahusiwa/react-lte/blob/master/LICENSE)
[](https://github.com/pattisahusiwa/react-lte/actions?query=workflow%3Agh-pages)
[](https://github.com/pattisahusiwa/react-lte/actions?query=workflow%3Aci)
[](https://coveralls.io/github/pattisahusiwa/react-lte?branch=master&service=github)
[](https://www.npmjs.com/package/react-lte)
[](https://www.npmjs.com/package/react-lte)
[](https://www.npmjs.com/package/react-lte)
[](https://www.npmjs.com/package/react-lte)
- [`react-lte` - AdminLTE v3 template for ReactJS](#react-lte---adminlte-v3-template-for-reactjs)
- [Demo](#demo)
- [Installation](#installation)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [How to contribute](#how-to-contribute)
- [License](#license)
## Demo
Visit https://asispts.github.io/react-lte/ to see the live demo.

## Installation
This 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
```bash
pnpm add pattisahusiwa/react-lte
```
For other package managers, please consult the related documentation on how to install a package directly from github.
## Changelog
See [CHANGELOG.md](./CHANGELOG.md)
## Contributing
All 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).
For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
### How to contribute
1. Fork and clone the repository,
2. Install package dependencies using `pnpm`
```bash
pnpm install
```
3. Create a new git branch, make a necessary change, add unit test, commit, and submit PR.
4. 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`
## License
This project is released under [MIT](https://opensource.org/licenses/MIT) license.
See [LICENSE](./LICENSE) file for more details.
For the original AdminLTE license, see [AdminLTE license](https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE).