Skip to content

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

License

Notifications You must be signed in to change notification settings

pr0jectA065/testli-web

 
 

Repository files navigation

Testi

Dashboard using Angular 7 and Material 2.

This project was generated with Angular CLI version 7.0.6.

Introduction

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

`` provides the following features:

  • Developed using Material-v2.0.0
  • angular-v7.1.0
  • angular/cli-v7.0.6
  • angular/material-v7.1.0
  • angular/cdk-v7.1.0
  • angular/flex-layout-v7.0.0-beta.19
  • ngx-translate-v11.0.1
  • 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 >=v8.9.0 and npm >=6.

In order to start the project use:

$ git clone https://github.com/start-javascript/sb-admin-material.git
# install the project's dependencies. Open git bash as Administrator and run following command:
$ 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|guard|interface|enum|module.

Build

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.

Running unit tests

Run ng test to execute the unit test.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.0%
  • HTML 31.9%
  • CSS 5.7%
  • JavaScript 1.4%