react-lte
react-lte copied to clipboard
AdminLTE v3 template for ReactJS
react-lte - AdminLTE v3 template for ReactJS
react-lte- AdminLTE v3 template for ReactJS- Demo
- Installation
- Changelog
- Contributing
- How to contribute
- License
Demo
Visit https://pattisahusiwa.github.io/react-lte to see the live demo.

Installation
This project is still under development. Hence the package on in npmjs.com 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
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
Contributing
All form of contributions are welcome. You can report issues, request new feature, fork the repo and submit pull request.
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
- Fork and clone the repository,
- Install package dependencies using
pnpmpnpm install - Create a new git branch, make a necessary change, add unit test, commit, and submit PR.
- Run
pnpm csorpnpm lintto check coding style or linter issues. The issues can be fixed by runningpnpm cs:fixorpnpm lint:fix
License
This project is released under MIT license. See LICENSE file for more details.
For the original AdminLTE license, see AdminLTE license.