GithubHelp home page GithubHelp logo

steelxp / light-bootstrap-dashboard-angular Goto Github PK

View Code? Open in Web Editor NEW

This project forked from creativetimofficial/light-bootstrap-dashboard-angular2

0.0 1.0 0.0 2.37 MB

Light Bootstrap Dashboard Angular 2

Home Page: http://lbd-angular2.creative-tim.com/

License: MIT License

HTML 21.84% TypeScript 4.46% CSS 38.38% JavaScript 35.32%

light-bootstrap-dashboard-angular's Introduction

alt text

Light-Bootstrap-Dashboard-Angular2 is an admin dashboard template designed to be beautiful and simple. It is built on top of Bootstrap 3, 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 Angular 2 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.

Special thanks go to: Robert McIntosh for the notification system Chartist for the wonderful charts We are very excited to share this dashboard with you and we look forward to hearing your feedback!

Links:

Quick Start:

Quick start options:

Terminal Commands

  1. Install NodeJs from NodeJs Official Page.
  2. Open Terminal
  3. Go to your file project
  4. Run in terminal: npm install
  5. And: npm start

What's included

Within the download you'll find the following directories and files:

└── lbd-angular2
	├── License.rtf
	├── README.md
	├── app
	│   ├── app.component.html
	│   ├── app.component.js
	│   ├── app.component.js.map
	│   ├── app.component.ts
	│   ├── app.module.js
	│   ├── app.module.js.map
	│   ├── app.module.ts
	│   ├── dashboard
	│   │   ├── dashboard.component.html
	│   │   ├── dashboard.component.js
	│   │   ├── dashboard.component.js.map
	│   │   ├── dashboard.component.ts
	│   │   ├── dashboard.module.js
	│   │   ├── dashboard.module.js.map
	│   │   ├── dashboard.module.ts
	│   │   ├── dashboard.routes.js
	│   │   ├── dashboard.routes.js.map
	│   │   ├── dashboard.routes.ts
	│   │   ├── home
	│   │   │   ├── home.component.html
	│   │   │   ├── home.component.js
	│   │   │   ├── home.component.js.map
	│   │   │   └── home.component.ts
	│   │   ├── icons
	│   │   │   ├── icons.component.html
	│   │   │   ├── icons.component.js
	│   │   │   ├── icons.component.js.map
	│   │   │   └── icons.component.ts
	│   │   ├── maps
	│   │   │   ├── maps.component.html
	│   │   │   ├── maps.component.js
	│   │   │   ├── maps.component.js.map
	│   │   │   └── maps.component.ts
	│   │   ├── notifications
	│   │   │   ├── notifications.component.html
	│   │   │   ├── notifications.component.js
	│   │   │   ├── notifications.component.js.map
	│   │   │   └── notifications.component.ts
	│   │   ├── table
	│   │   │   ├── table.component.html
	│   │   │   ├── table.component.js
	│   │   │   ├── table.component.js.map
	│   │   │   └── table.component.ts
	│   │   ├── typography
	│   │   │   ├── typography.component.html
	│   │   │   ├── typography.component.js
	│   │   │   ├── typography.component.js.map
	│   │   │   └── typography.component.ts
	│   │   ├── upgrade
	│   │   │   ├── upgrade.component.html
	│   │   │   ├── upgrade.component.js
	│   │   │   ├── upgrade.component.js.map
	│   │   │   └── upgrade.component.ts
	│   │   └── user
	│   │       ├── user.component.html
	│   │       ├── user.component.js
	│   │       ├── user.component.js.map
	│   │       └── user.component.ts
	│   ├── main.js
	│   ├── main.js.map
	│   ├── main.ts
	│   ├── shared
	│   │   ├── footer
	│   │   │   ├── footer.component.html
	│   │   │   ├── footer.component.js
	│   │   │   ├── footer.component.js.map
	│   │   │   ├── footer.component.ts
	│   │   │   ├── footer.module.js
	│   │   │   ├── footer.module.js.map
	│   │   │   └── footer.module.ts
	│   │   └── navbar
	│   │       ├── navbar.component.html
	│   │       ├── navbar.component.js
	│   │       ├── navbar.component.js.map
	│   │       ├── navbar.component.ts
	│   │       ├── navbar.module.js
	│   │       ├── navbar.module.js.map
	│   │       └── navbar.module.ts
	│   └── sidebar
	│       ├── sidebar-routes.config.js
	│       ├── sidebar-routes.config.js.map
	│       ├── sidebar-routes.config.ts
	│       ├── sidebar.component.html
	│       ├── sidebar.component.js
	│       ├── sidebar.component.js.map
	│       ├── sidebar.component.ts
	│       ├── sidebar.metadata.js
	│       ├── sidebar.metadata.js.map
	│       ├── sidebar.metadata.ts
	│       ├── sidebar.module.js
	│       ├── sidebar.module.js.map
	│       └── sidebar.module.ts
	├── assets
	│   ├── css
	│   │   ├── animate.min.css
	│   │   ├── bootstrap.min.css
	│   │   ├── demo.css
	│   │   ├── light-bootstrap-dashboard.css
	│   │   ├── light-bootstrap-dashboard.css.map
	│   │   └── pe-icon-7-stroke.css
	│   ├── fonts
	│   ├── img
	│   ├── js
	│   │   ├── bootstrap-checkbox-radio-switch.js
	│   │   ├── bootstrap-notify.js
	│   │   ├── bootstrap-select.js
	│   │   ├── bootstrap.min.js
	│   │   ├── chartist.js
	│   │   ├── chartist.min.js
	│   │   ├── charts.d.ts
	│   │   ├── charts.js
	│   │   ├── demo.js
	│   │   ├── jquery-3.1.1.js
	│   │   ├── light-bootstrap-dashboard.js
	│   │   ├── notify.d.ts
	│   │   └── notify.js
	│   └── sass
	│       ├── lbd
	│       └── light-bootstrap-dashboard.scss
	├── documentation
	│   ├── css
	│   │   └── documentation.css
	│   └── tutorial-lbd-angular2.html
	├── index.html
	├── npm-debug.log
	├── package.json
	├── systemjs.config.js
	└── tsconfig.json

Version logs

V1.3.0.0 - 14 Dec 2016 (v1.3.0 Light Bootstrap Dashboard HTML)

V1.3.0.1 - 13 Feb 2017 (v1.3.0 Light Bootstrap Dashboard HTML)

  • changes in routes(redirect '' to 'dashboard' + added HashLocationStrategy)
  • changes in documentation
  • changes in sidebar(cleaned li tags + changed z-index)
  • changes in footer(added current date)

V1.3.0.2 - 27 Feb 2017 (v1.3.0 Light Bootstrap Dashboard HTML)

Version system reset to match the npm system x.x.x, before was x.x.x.x

V1.1.0 - 1 March 2017 (v1.3.0 LBD HTML)

  • fix version numbers in package.json and CSS and JS

V1.1.1 - 21 March 2017 (v1.3.0 LBD HTML)

  • added "@types/core-js": "0.9.35" in package

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

light-bootstrap-dashboard-angular's People

Contributors

chelarucip avatar alexandru-paduraru avatar timcreative avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.