|
1 |
| -# [Paper Dashboard Angular 2](https://paper-dashboard-angular.herokuapp.com/) |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| -**[Paper-Dashboard-Angular2](https://paper-dashboard-angular.herokuapp.com/)** is an admin dashboard template designed to be beautiful and simple. It is built on top of Bootstrap 3, using [Paper Dashboard](http://www.creative-tim.com/product/paper-dashboard). If you are a developer or a website owner that needs to work within a dashboard and want to have a pretty sight while doing so, Paper Dashboard is for you. Paper Dashboard is a Bootstrap Admin Panel which combines soft colors with beautiful typography and spacious cards and graphics. It is a powerful tool, but it is light and easy to use. It has enough features to allow you to get the job done, but it is not crowded to the point where you can't find the files for a specific plugin. |
6 |
| - |
7 |
| -We like consistency and design that blends into its purpose. Paper Dashboard is a perfect example of our most thoughtful work. It combines over a dozen components and plugins, while looking like everything fits together. For an easy start or inspiration for you project, we have also create a set of example pages, like the user settings or usage graphics. |
8 |
| - |
9 |
| -Paper Dashboard is built using the same design language as [Paper Kit](http://www.creative-tim.com/product/paper-kit). You can easily use them together, or pick between them depending on the project you have. |
10 |
| - |
11 |
| -Let us know what you think and what we can improve below. And good luck with development! |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| -## Links: |
16 |
| - |
17 |
| -+ [Live Preview](https://paper-dashboard-angular.herokuapp.com/) |
18 |
| - |
19 |
| -## Quick Start: |
20 |
| - |
21 |
| -Quick start options: |
22 |
| - |
23 |
| -+ [Download from Github](https://github.com/creativetimofficial/paper-dashboard-angular/archive/master.zip). |
24 |
| -+ [Download from Creative Tim](http://www.creative-tim.com/product/paper-dashboard-angular2). |
25 |
| -+ Clone the repo: `git clone https://github.com/creativetimofficial/paper-dashboard-angular.git`. |
26 |
| - |
27 |
| -## Terminal Commands |
28 |
| - |
29 |
| -1. Install NodeJs from [NodeJs Official Page](https://nodejs.org/en). |
30 |
| -2. Open Terminal |
31 |
| -3. Go to your file project |
32 |
| -4. Run in terminal: ```npm install``` |
33 |
| -5. And: ```npm start``` |
34 |
| - |
35 |
| -### What's included |
36 |
| - |
37 |
| -Within the download you'll find the following directories and files: |
38 |
| - |
39 |
| -``` |
40 |
| -paper-dashboard-angular |
41 |
| -├── README.md |
42 |
| -├── app |
43 |
| -│ ├── app.component.html |
44 |
| -│ ├── app.component.js |
45 |
| -│ ├── app.component.ts |
46 |
| -│ ├── app.module.js |
47 |
| -│ ├── app.module.ts |
48 |
| -│ ├── dashboard |
49 |
| -│ │ ├── dashboard.component.html |
50 |
| -│ │ ├── dashboard.component.js |
51 |
| -│ │ ├── dashboard.component.ts |
52 |
| -│ │ ├── dashboard.module.js |
53 |
| -│ │ ├── dashboard.module.ts |
54 |
| -│ │ ├── dashboard.routes.js |
55 |
| -│ │ ├── dashboard.routes.ts |
56 |
| -│ │ ├── home |
57 |
| -│ │ │ ├── home.component.html |
58 |
| -│ │ │ ├── home.component.js |
59 |
| -│ │ │ └── home.component.ts |
60 |
| -│ │ ├── icons |
61 |
| -│ │ │ ├── icons.component.html |
62 |
| -│ │ │ ├── icons.component.js |
63 |
| -│ │ │ └── icons.component.ts |
64 |
| -│ │ ├── maps |
65 |
| -│ │ │ ├── maps.component.html |
66 |
| -│ │ │ ├── maps.component.js |
67 |
| -│ │ │ └── maps.component.ts |
68 |
| -│ │ ├── notifications |
69 |
| -│ │ │ ├── notifications.component.html |
70 |
| -│ │ │ ├── notifications.component.js |
71 |
| -│ │ │ └── notifications.component.ts |
72 |
| -│ │ ├── table |
73 |
| -│ │ │ ├── table.component.html |
74 |
| -│ │ │ ├── table.component.js |
75 |
| -│ │ │ └── table.component.ts |
76 |
| -│ │ ├── typography |
77 |
| -│ │ │ ├── typography.component.html |
78 |
| -│ │ │ ├── typography.component.js |
79 |
| -│ │ │ └── typography.component.ts |
80 |
| -│ │ └── user |
81 |
| -│ │ ├── user.component.html |
82 |
| -│ │ ├── user.component.js |
83 |
| -│ │ └── user.component.ts |
84 |
| -│ ├── main.js |
85 |
| -│ ├── main.ts |
86 |
| -│ ├── shared |
87 |
| -│ │ ├── footer |
88 |
| -│ │ │ ├── footer.component.html |
89 |
| -│ │ │ ├── footer.component.js |
90 |
| -│ │ │ ├── footer.component.ts |
91 |
| -│ │ │ ├── footer.module.js |
92 |
| -│ │ │ └── footer.module.ts |
93 |
| -│ │ └── navbar |
94 |
| -│ │ ├── navbar.component.html |
95 |
| -│ │ ├── navbar.component.js |
96 |
| -│ │ ├── navbar.component.ts |
97 |
| -│ │ ├── navbar.module.js |
98 |
| -│ │ └── navbar.module.ts |
99 |
| -│ └── sidebar |
100 |
| -│ ├── sidebar-routes.config.js |
101 |
| -│ ├── sidebar-routes.config.ts |
102 |
| -│ ├── sidebar.component.html |
103 |
| -│ ├── sidebar.component.js |
104 |
| -│ ├── sidebar.component.ts |
105 |
| -│ ├── sidebar.metadata.js |
106 |
| -│ ├── sidebar.metadata.ts |
107 |
| -│ ├── sidebar.module.js |
108 |
| -│ └── sidebar.module.ts |
109 |
| -├── app.js |
110 |
| -├── assets |
111 |
| -│ ├── css |
112 |
| -│ ├── fonts |
113 |
| -│ ├── img |
114 |
| -│ │ └── faces |
115 |
| -│ ├── js |
116 |
| -│ │ ├── bootstrap-checkbox-radio.js |
117 |
| -│ │ ├── bootstrap-notify.js |
118 |
| -│ │ ├── bootstrap.min.js |
119 |
| -│ │ ├── chartist.min.js |
120 |
| -│ │ ├── demo.js |
121 |
| -│ │ ├── initCharts.d.ts |
122 |
| -│ │ ├── initCharts.js |
123 |
| -│ │ ├── initFixedPlugin.d.ts |
124 |
| -│ │ ├── initFixedPlugin.js |
125 |
| -│ │ ├── initMenu.js |
126 |
| -│ │ ├── initNotify.d.ts |
127 |
| -│ │ ├── initNotify.js |
128 |
| -│ │ ├── jquery-1.10.2.js |
129 |
| -│ │ ├── jquery-3.1.1.js |
130 |
| -│ │ ├── jquery.sharrre.js |
131 |
| -│ │ └── paper-dashboard.js |
132 |
| -│ └── sass |
133 |
| -│ ├── paper |
134 |
| -│ └── paper-dashboard.scss |
135 |
| -├── bin |
136 |
| -│ └── bundler.js |
137 |
| -├── documentation |
138 |
| -│ ├── css |
139 |
| -│ ├── documentation.html |
140 |
| -│ └── html-tutorial.html |
141 |
| -├── index.html |
142 |
| -├── changelog.txt |
143 |
| -├── package.json |
144 |
| -├── public |
145 |
| -│ └── js |
146 |
| -│ └── bundle.min.js |
147 |
| -├── systemjs.config.js |
148 |
| -└── tsconfig.json |
149 |
| -
|
150 |
| -``` |
151 |
| - |
152 |
| -### Version logs |
153 |
| - |
154 |
| -V1.0.0 - 21 March 2017 [initial Release] |
155 |
| - |
156 |
| -## Useful Links |
157 |
| - |
158 |
| -More products from Creative Tim: <http://www.creative-tim.com/bootstrap-themes> |
159 |
| - |
160 |
| -Tutorials: <https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w> |
161 |
| - |
162 |
| -Freebies: <http://www.creative-tim.com/products> |
163 |
| - |
164 |
| -Affiliate Program (earn money): <http://www.creative-tim.com/affiliates/new> |
165 |
| - |
166 |
| -Social Media: |
167 |
| - |
168 |
| -Twitter: <https://twitter.com/CreativeTim> |
169 |
| - |
170 |
| -Facebook: <https://www.facebook.com/CreativeTim> |
171 |
| - |
172 |
| -Dribbble: <https://dribbble.com/creativetim> |
173 |
| - |
174 |
| -Google+: <https://plus.google.com/+CreativetimPage> |
175 |
| - |
176 |
| -Instagram: <https://instagram.com/creativetimofficial> |
| 1 | +# paper-dashboard-free-angular-cli |
0 commit comments