innovationDriveApp/README.md
2018-07-08 19:21:40 +10:00

153 lines
5.7 KiB
Markdown

# [Now Ui Dashboard React](https://creativetimofficial.github.io/now-ui-dashboard-react/#/dashboard)
[![version][version-badge]][CHANGELOG] [![license][license-badge]][LICENSE]
![alt text](https://s3.amazonaws.com/creativetim_bucket/products/76/opt_nud_react_thumbnail.jpg)
**[Now Ui Dashboard React](https://creativetimofficial.github.io/now-ui-dashboard-react/#/dashboard)** is an admin dashboard template designed to be beautiful and simple. It is built on top of [Reactstrap](https://reactstrap.github.io/), using [Now Ui Dashboard](https://www.creative-tim.com/product/now-ui-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. Now Ui 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`, `blue`, `green`, `orange`, `red`, `yellow`) and an option to have a background image.
## Links:
+ [Live Preview](https://nud-react.creative-tim.com/)
## Quick Start:
Quick start options:
+ [Download from Github](https://github.com/creativetimofficial/now-ui-dashboard-react/archive/master.zip).
+ [Download from Creative Tim](https://www.creative-tim.com/product/now-ui-dashboard-react).
+ Clone the repo: `git clone https://github.com/creativetimofficial/now-ui-dashboard-react.git`.
Other Products:
+ [Download FREE HTML Version](https://www.creative-tim.com/product/now-ui-dashboard).
+ [Download PRO HTML Version ](https://www.creative-tim.com/product/now-ui-dashboard-pro).
+ [Download PRO REACT Version ](https://www.creative-tim.com/product/now-ui-dashboard-pro-react).
## Terminal Commands
1. Install NodeJs from [NodeJs Official Page](https://nodejs.org/en).
2. Open Terminal
3. Go to your file project
4. Run in terminal: ```npm install```
5. Then: ```npm start```
6. Navigate to `http://localhost:3000/`
7. (optional) Run in terminal `npm i -g cross-env`
### What's included
Within the download you'll find the following directories and files:
```
Now UI Dashboard React
├── CHANGELOG.md
├── Documentation
│ └── tutorial-components.html
├── LICENSE.md
├── README.md
├── package.json
├── public
│ ├── apple-icon.png
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
└── src
├── assets
│ ├── css
│ │ └── demo.css
│ ├── fonts
│ │ └── ...
│ ├── img
│ │ ├── flags
│ │ │ └── ...
│ │ └── ...
│ └── sass
│ ├── now-ui-dashboard
│ │ ├── mixins
│ │ │ └── ...
│ │ ├── plugins
│ │ │ └── ...
│ │ └── ...
│ └── now-ui-dashboard.scss
├── components
│ ├── Card
│ │ └── Card.jsx
│ ├── Footer
│ │ └── Footer.jsx
│ ├── FormInputs
│ │ └── FormInputs.jsx
│ ├── Header
│ │ └── Header.jsx
│ ├── Sidebar
│ │ └── Sidebar.jsx
│ └── Task
│ └── Task.jsx
├── containers
│ └── App
│ └── App.jsx
├── elements
│ ├── CardElements
│ │ ├── CardLegend.jsx
│ │ ├── CardStatistics.jsx
│ │ ├── CardStats.jsx
│ │ └── UserCardAuthor.jsx
│ ├── CustomButton
│ │ └── CustomButton.jsx
│ ├── CustomCheckbox
│ │ └── CustomCheckbox.jsx
│ └── CustomRadio
│ └── CustomRadio.jsx
├── index.js
├── routes
│ └── app.jsx
├── variables
│ ├── charts.jsx
│ ├── general.jsx
│ └── icons.jsx
└── views
├── Dashboard
│ └── Dashboard.jsx
├── Icons
│ └── Icons.jsx
├── Maps
│ └── Maps.jsx
├── Notifications
│ ├── NotificationSystem
│ │ └── NotificationSystem.jsx
│ └── Notifications.jsx
├── Table
│ └── Tables.jsx
├── Typography
│ └── Typography.jsx
└── User
└── User.jsx
```
## Useful Links
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>
[CHANGELOG]: ./CHANGELOG.md
[LICENSE]: ./LICENSE.md
[version-badge]: https://img.shields.io/badge/version-1.0.2-blue.svg
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg