Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitin Kumar Mishra committed May 6, 2018
1 parent 9d5179e commit 5de54bb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
34 changes: 19 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
# SB Admin rewritten in Angular5 and Bootstrap 4
# SB Admin rewritten in Angular6 and Bootstrap 4

Simple Dashboard Admin App built using Angular 5 and Bootstrap 4
Simple Dashboard Admin App built using Angular 6 and Bootstrap 4

This project is a port of the famous Free Admin Bootstrap Theme [SB Admin v5.0](http://startbootstrap.com/template-overviews/sb-admin-2/) to Angular5 Theme.
This project is a port of the famous Free Admin Bootstrap Theme [SB Admin v6.0](http://startbootstrap.com/template-overviews/sb-admin-2/) to Angular5 Theme.

Powered by [StartAngular](http://startangular.com/) & [StrapUI](http://strapui.com/)

## [Demo](http://rawgit.com/start-angular/SB-Admin-BS4-Angular-5/master/dist/)

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.5.0.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.0.

### Introduction

Provides fast, reliable and extensible starter for the development of Angular projects.

`sb-admin-bs4-angular5` provides the following features:
- Developed using boostrap-v4.0.0
- angular-v5.2.9
- angular/cli-v1.7.3
- [ng-bootstrap-v1.1.0](https://github.com/ng-bootstrap/)
- [ngx-translate-v9.1.1](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.

* Developed using boostrap-v4.0.0
* angular-v6.0.0
* angular/cli-v6.0.0
* [ng-bootstrap-v2.0.0](https://github.com/ng-bootstrap/)
* [ngx-translate-v10.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 >=v6.9.0 and npm >=3**.

**Note** that this seed project requires **node >=v6.9.0 and npm >=3**.

In order to start the project use:

```bash
$ git clone https://github.com/start-angular/SB-Admin-BS4-Angular-5
$ cd SB-Admin-BS4-Angular-5
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SB-Admin-BS4-Angular-5",
"version": "4.0.0",
"name": "SB-Admin-BS4-Angular-6",
"version": "6.0.0",
"license": "Apache",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 5de54bb

Please sign in to comment.