Skip to content

Firebase #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
# SB Admin rewritten in Angular7 and Material2
# Testi

Simple Dashboard Admin App built using Angular 7 and Material 2.
Dashboard using Angular 7 and Material 2.

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

## [Demo](http://rawgit.com/start-javascript/sb-admin-material/master/dist/)

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

### Introduction

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

`sb-admin-material` provides the following features:
`` provides the following features:

* Developed using Material-v2.0.0
* angular-v7.1.0
Expand Down Expand Up @@ -55,12 +52,8 @@ Run `ng build` to build the project. The build artifacts will be stored in the `

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
Run `ng test` to execute the unit test.

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## 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).
Run `ng e2e` to execute the end-to-end tests.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>SB Admin Material</title>
<title>Testli</title>
<base href="/start-javascript/sb-admin-material/master/dist/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
Loading