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 to Angular 13 Theme.
Powered by StartAngular & StrapUI
This project was generated with Angular CLI version 13.2.2.
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
- ngx-translate-v14.0.0
- Following the best practices.
- Ahead-of-Time compilation support.
- Official Angular i18n support.
- Production and development builds.
- Tree-Shaking production builds.
Note that this seed project requires node >=v12.0.0 and npm >=6.
In order to start the project use:
$ 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
Run ng generate component component-name
to generate a new component. You can also use ng generate directive/pipe/service/class/module
.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.