Skip to main content

CoreUI React

Open-source React Dashboard crafted and released for free by the CoreUI Agency.

CoreUI is an Open Source React Template meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer the ultimate user experience. CoreUI React Admin Template is delivered with a ready-to-use environment, so you don't have to waste time configuring the project. All build scripts and tools are ready to use out-of-the-box.

CoreUI React - Open-source React Template.

Core Features - CoreUI React Admin Panel is compatible with Bootstrap, but Boostrap based components have been built from scratch as true React.js hook components (no jQuery dependencies).

React Hooks - All components in CoreUI React.js v3 are React hook components. For newcomers, Hooks are functions that let you “hook into” React state and lifecycle features from function components.

Easy to use - UI Components and Widgets are written with readability in mind, they are comparatively short and easy to understand. CoreUI React Admin Template is based on CoreUI Components Library with beautifully handcrafted UI Components designed by a team of our experienced designers.

How to build the project

To compile this React starter we need a decent Nodejs version (>= 10.x), GIT command tool, and a good network connection (packages installation might take a while).

Step #1 - Download CoreUI sources from the public repository

$ git clone https://github.com/coreui/coreui-free-react-admin-template.git
$ cd coreui-free-react-admin-template

Step #2 - Install modules (via Npm or Yarn)

$ npm run install # via NPM

We can use Yarn as an alternative

$ yarn

Step 3 - Start the Core Template in development mode

$ yarn start

If all goes well, we should see the CoreUI React template running in the browser:

CoreUI React - Charts Page.

Links & Resources