Coder Social home page Coder Social logo

heraui's Introduction

[Angular dashboard template] [![version][version-badge]][1.0] [![license][license-badge]][CC]

Angular dashboard template Readme comming soon.

Bootstrap 4 Support

Documentation comming soon

Terminal Commands

  1. Install NodeJs from NodeJs Official Page.
  2. Open Terminal
  3. Go to your file project
  4. Run in terminal: npm install -g @angular/cli
  5. Then: npm install
  6. And: npm start
  7. Navigate to localhost:4200

What's included

To be updated...

Angular dashboard template ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── angular-cli.json ├── documentation ├── e2e ├── karma.conf.js ├── package.json ├── protractor.conf.js ├── src │   ├── app │   │   ├── app.component.css │   │   ├── app.component.html │   │   ├── app.component.spec.ts │   │   ├── app.component.ts │   │   ├── app.module.ts │   │   ├── app.routing.ts │   │   ├── components │   │   │   ├── components.module.ts │   │   │   ├── footer │   │   │   │   ├── footer.component.css │   │   │   │   ├── footer.component.html │   │   │   │   ├── footer.component.spec.ts │   │   │   │   └── footer.component.ts │   │   │   ├── navbar │   │   │   │   ├── navbar.component.css │   │   │   │   ├── navbar.component.html │   │   │   │   ├── navbar.component.spec.ts │   │   │   │   └── navbar.component.ts │   │   │   └── sidebar │   │   │   ├── sidebar.component.css │   │   │   ├── sidebar.component.html │   │   │   ├── sidebar.component.spec.ts │   │   │   └── sidebar.component.ts │   │   ├── dashboard │   │   │   ├── dashboard.component.css │   │   │   ├── dashboard.component.html │   │   │   ├── dashboard.component.spec.ts │   │   │   └── dashboard.component.ts │   │   ├── icons │   │   │   ├── icons.component.css │   │   │   ├── icons.component.html │   │   │   ├── icons.component.spec.ts │   │   │   └── icons.component.ts │   │   ├── layouts │   │   │   └── admin-layout │   │   │   ├── admin-layout.component.html │   │   │   ├── admin-layout.component.scss │   │   │   ├── admin-layout.component.spec.ts │   │   │   ├── admin-layout.component.ts │   │   │   ├── admin-layout.module.ts │   │   │   └── admin-layout.routing.ts │   │   ├── maps │   │   │   ├── maps.component.css │   │   │   ├── maps.component.html │   │   │   ├── maps.component.spec.ts │   │   │   └── maps.component.ts │   │   ├── notifications │   │   │   ├── notifications.component.css │   │   │   ├── notifications.component.html │   │   │   ├── notifications.component.spec.ts │   │   │   └── notifications.component.ts │   │   ├── table-list │   │   │   ├── table-list.component.css │   │   │   ├── table-list.component.html │   │   │   ├── table-list.component.spec.ts │   │   │   └── table-list.component.ts │   │   ├── typography │   │   │   ├── typography.component.css │   │   │   ├── typography.component.html │   │   │   ├── typography.component.spec.ts │   │   │   └── typography.component.ts │   │   └── user-profile │   │   ├── user-profile.component.css │   │   ├── user-profile.component.html │   │   ├── user-profile.component.spec.ts │   │   └── user-profile.component.ts │   ├── assets │   │   ├── demo │   │   ├── fonts │   │   ├── img │   │   └── scss │   │   ├── now-ui-dashboard │   │   └── now-ui-dashboard.scss │   ├── environments │   ├── favicon.ico │   ├── index.html │   ├── main.ts │   ├── polyfills.ts │   ├── styles.css │   ├── test.ts │   ├── tsconfig.app.json │   ├── tsconfig.spec.json │   └── typings.d.ts ├── tsconfig.json ├── tslint.json └── typings


heraui's People

Contributors

juxemburg avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.