Light Bootstrap Dashboard React is an admin dashboard template designed to be beautiful and simple. It is built on top of React Bootstrap, using Light Bootstrap Dashboard and it is fully responsive. It comes with a big collections of elements that will offer you multiple possibilities to create the app that best fits your needs. It can be used to create admin panels, project management systems, web applications backend, CMS or CRM.
The product represents a big suite of front-end developer tools that can help you jump start your project. We have created it thinking about things you actually need in a dashboard. Light Bootstrap Dashboard React contains multiple handpicked and optimized plugins. Everything is designed to fit with one another. As you will be able to see, the dashboard you can access on Creative Tim is a customization of this product.
It comes with 6 filter colors for the sidebar (black
, azure
,green
,orange
,red
,purple
) and an option to have a background image.
Quick start options:
- Download from Github.
- Download from Creative Tim.
- Clone the repo:
git clone https://github.com/creativetimofficial/light-bootstrap-dashboard-react.git
.
Other Products:
- Install NodeJs from NodeJs Official Page.
- Open Terminal
- Go to your file project
- Run in terminal:
npm install
- Then:
npm start
- Navigate to
http://localhost:3000/
- (optional) Run in terminal
npm i -g cross-env
Within the download you'll find the following directories and files:
Light Bootstrap Dashboard React
├── CHANGELOG.md
├── LICENSE.md
├── README.md
├── package.json
├── Documentation
│ ├── css
│ ├── img
│ └── tutorial-components.html
├── public
│ ├── apple-icon.png
│ ├── favicon.ico
│ ├── index.html
│ ├── manifest.json
│ └── sidebar-5.jpg
└── src
├── index.js
├── assets
│ ├── css
│ ├── fonts
│ ├── img
│ │ └── faces
│ └── sass
│ ├── lbd
│ │ └── mixins
│ ├── light-bootstrap-dashboard.css
│ └── light-bootstrap-dashboard.scss
├── components
│ ├── Card
│ │ └── Card.jsx
│ ├── CustomButton
│ │ └── CustomButton.jsx
│ ├── CustomCheckbox
│ │ └── CustomCheckbox.jsx
│ ├── CustomRadio
│ │ └── CustomRadio.jsx
│ ├── Footer
│ │ └── Footer.jsx
│ ├── FormInputs
│ │ └── FormInputs.jsx
│ ├── Header
│ │ ├── Header.jsx
│ │ └── HeaderLinks.jsx
│ ├── Sidebar
│ │ └── Sidebar.jsx
│ ├── StatsCard
│ │ └── StatsCard.jsx
│ ├── Tasks
│ │ └── Tasks.jsx
│ └── UserCard
│ └── UserCard.jsx
├── layouts
│ └── Dashboard
│ └── Dashboard.jsx
├── routes
│ ├── dashboard.jsx
│ └── index.jsx
├── variables
│ └── Variables.jsx
└── views
├── Dashboard
│ └── Dashboard.jsx
├── Icons
│ └── Icons.jsx
├── Maps
│ └── Maps.jsx
├── Notifications
│ └── Notifications.jsx
├── TableList
│ └── TableList.jsx
├── Typography
│ └── Typography.jsx
├── Upgrade
│ └── Upgrade.jsx
└── UserProfile
└── UserProfile.jsx
More products from Creative Tim: https://www.creative-tim.com/bootstrap-themes
Tutorials: https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w
Freebies: https://www.creative-tim.com/products
Affiliate Program (earn money): https://www.creative-tim.com/affiliates/new
Social Media:
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim
Google+: https://plus.google.com/+CreativetimPage
Instagram: https://instagram.com/creativetimofficial