CoreUI Pro React Admin Template
npm install coreui-pro-custom
[![npm package][npm-coreui-badge]][npm-coreui]
[![NPM downloads][npm-coreui-download]][npm-coreui]

[![npm package][npm-coreui-react-badge]][npm-coreui-react]
[![NPM downloads][npm-coreui-react-download]][npm-coreui-react]
[![npm next][npm-next]][npm]
[npm-coreui]: https://www.npmjs.com/package/@coreui/coreui
[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
[npm-coreui-react]: https://www.npmjs.com/package/@coreui/react
[npm-coreui-react-badge]: https://img.shields.io/npm/v/@coreui/react.png?style=flat-square
[npm-coreui-react-download]: https://img.shields.io/npm/dm/@coreui/react.svg?style=flat-square
[npm-next]: https://img.shields.io/npm/v/@coreui/react/next.png?style=flat-square
[npm]: https://www.npmjs.com/package/@coreui/react
CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all!
* Versions
* CoreUI Pro
* Installation
* Basic usage
* What's included
* Documentation
* Versioning
* Creators
* Community
* Copyright and License
Only customers with Membership Plan have access to private github repositories.
* CoreUI Pro Bootstrap Admin Template
* CoreUI Pro Angular 2+ Admin Template
* CoreUI Pro React.js Admin Template
* CoreUI Pro Vue.js Admin Template
* 💪 CoreUI v3 Pro Bootstrap Admin Template
* 💪 CoreUI v2 Pro Angular Admin Template
* 💪 CoreUI v3 Pro React Admin Template
* 💪 CoreUI v3 Pro Vue Admin Template
Only customers with Membership Plan have access to private github repository.
`` bashclone the repo
$ git clone https://github.com/coreui/coreui-pro-react-admin-template.git my-project
$3
Copy all your files to your project folder and then,
` bash
go into app's directory
$ cd my-projectinstall app's dependencies
$ npm install
`Create React App
This project was bootstrapped with Create React Appsee also:
CRA docs
$3
` bash
dev server with hot reload at http://localhost:3000
$ npm start
`Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.
$3
Run
build to build the project. The build artifacts will be stored in the build/ directory.`bash
build for production with minification
$ npm run build
`What's included
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
`
CoreUI-React#v3.0.0
├── public/ #static files
│ └── index.html #html template
│
├── src/ #project root
│ ├── assets/ #assets - js icons object
│ ├── containers/ #container source - template layout
| │ ├── _nav.js #sidebar config
| │ └── ...
│ ├── scss/ #user scss/css source
│ ├── views/ #views source
│ ├── App.js
│ ├── App.test.js
│ ├── polyfill.js
│ ├── index.js
│ ├── routes.js #routes config
│ └── store.js #template state example
│
└── package.json
``The documentation for the CoreUI Admin Template is hosted at our website CoreUI for React
For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI Pro Admin Template is maintained under the Semantic Versioning guidelines.
See the Releases section of our project for changelogs for each release version.
Łukasz Holeczek
*
*
CoreUI Team
*
Get updates on CoreUI's development and chat with the project maintainers and community members.
- Follow @core_ui on Twitter.
- Read and subscribe to CoreUI Blog.