|
1 | | -# PurpleAdmin Free Angular Admin Template |
| 1 | +# PurpleAngular |
2 | 2 |
|
| 3 | +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.1. |
3 | 4 |
|
4 | | -PurpleAdmin Free Angular Admin Template is a free admin template based on Bootstrap 4. The template is built using the framework NG-Bootstrap. |
| 5 | +## Development server |
5 | 6 |
|
6 | | -PrupleAdmin Free Angular Admin Template is a completely responsive and mobile-first admin template that provides a great foundation for your Angular + Bootstrap project. |
7 | | -This remarkably flexible and highly customizable template helps you create an amazing UI for your admin panel. |
| 7 | +Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. |
8 | 8 |
|
9 | | -## Demo |
| 9 | +## Code scaffolding |
10 | 10 |
|
11 | | -Visit: http://www.bootstrapdash.com/demo/purple-free-angular/ |
| 11 | +Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. |
12 | 12 |
|
13 | | -## Installation |
| 13 | +## Build |
14 | 14 |
|
15 | | -### What's included |
| 15 | +Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. |
16 | 16 |
|
17 | | -Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this: |
| 17 | +## Running unit tests |
18 | 18 |
|
19 | | -``` |
20 | | -PurpleAdmin Free Angular Admin Template/ |
21 | | -├── dist/ |
22 | | -├── e2e/ |
23 | | -├── src/ |
24 | | -├──.angular-cli.json |
25 | | -├── .editorconfig |
26 | | -├── angular.json |
27 | | -├── package.json |
28 | | -├── README.md |
29 | | -├── tsconfig.json |
30 | | -├── tslint.json |
31 | | -``` |
| 19 | +Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). |
32 | 20 |
|
33 | | -### Usage |
| 21 | +## Running end-to-end tests |
34 | 22 |
|
35 | | -``` bash |
36 | | -# clone the repo |
37 | | -$ git clone |
38 | | -https://github.com/BootstrapDash/PurpleAdmin-Free-Angular-Admin-Template.git |
| 23 | +Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). |
39 | 24 |
|
40 | | -# go into app's directory |
41 | | -$ cd PurpleAdmin-Free-Angular-Admin-Template |
| 25 | +## Further help |
42 | 26 |
|
43 | | -# install dependencies |
44 | | -npm install |
45 | | - |
46 | | -# serve with hot reload at localhost:4200 |
47 | | -ng serve |
48 | | - |
49 | | -# build for production with minification |
50 | | -ng build |
51 | | -``` |
52 | | - |
53 | | -### Go Premium!! |
54 | | - |
55 | | -Do you need a template with more features and functionalities? Get more with our collection of the premium template with more plugins, eye catching animations, UI components, and sample pages all fitting together with a high-quality design. Visit https://www.bootstrapdash.com for more admin templates. |
| 27 | +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). |
0 commit comments