Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/start-angular/SB-Admin-BS4-Angular-8
Simple Dashboard Admin App built using Angular 8 and Bootstrap 4
https://github.com/start-angular/SB-Admin-BS4-Angular-8
angular angular-4 angular-cli angular4 angular5 angular6 bootstrap4 dashboard-admin sb-admin
Last synced: about 1 month ago
JSON representation
Simple Dashboard Admin App built using Angular 8 and Bootstrap 4
- Host: GitHub
- URL: https://github.com/start-angular/SB-Admin-BS4-Angular-8
- Owner: start-angular
- License: other
- Created: 2015-12-21T12:32:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T05:19:45.000Z (9 months ago)
- Last Synced: 2024-11-20T19:12:08.666Z (about 1 month ago)
- Topics: angular, angular-4, angular-cli, angular4, angular5, angular6, bootstrap4, dashboard-admin, sb-admin
- Language: HTML
- Homepage:
- Size: 7.8 MB
- Stars: 1,949
- Watchers: 168
- Forks: 1,169
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SB Admin rewritten in Angular 13 and Bootstrap 5
Simple Dashboard Admin App built using Angular 13 and Bootstrap 5
This project is a port of the famous Free Admin Bootstrap Theme [SB Admin v8.0](http://startbootstrap.com/template-overviews/sb-admin-2/) to Angular 13 Theme.
Powered by [StartAngular](http://startangular.com/) & [StrapUI](http://strapui.com/)
## [Demo](http://rawgit.com/start-angular/SB-Admin-BS4-Angular-6/master/dist/)
## [SB Admin Material version](https://github.com/start-javascript/sb-admin-material)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.2.
### Introduction
Provides fast, reliable and extensible starter for the development of Angular projects.
`sb-admin-bs5-angular13` provides the following features:
- Developed using boostrap-v6.0.0
- angular-v13.2.2
- angular/cli-v13.2.2
- [ng-bootstrap-v12.0.0](https://github.com/ng-bootstrap/)
- [ngx-translate-v14.0.0](https://github.com/ngx-translate)
- Following the best practices.
- Ahead-of-Time compilation support.
- Official Angular i18n support.
- Production and development builds.
- Tree-Shaking production builds.### How to start
**Note** that this seed project requires **node >=v12.0.0 and npm >=6**.
In order to start the project use:
```bash
$ git clone https://github.com/start-angular/SB-Admin-BS4-Angular-8.git
$ cd SB-Admin-BS4-Angular-8
# install the project's dependencies
$ npm install
# watches your files and uses livereload by default run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
$ npm start
# prod build, will output the production application in `dist`
# the produced code can be deployed (rsynced) to a remote server
$ npm run build
```### Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class/module`.
### Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
### Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
Before running the tests make sure you are serving the app via `ng serve`.### Further help
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).