Skip to content

dashawk/angular-admin-app

Repository files navigation

Angular Admin App

This is a simple admin dashboard app that I use in some of my freelance works.

This project is using the generator-hottowel by @john_papa.

System Requirements

  1. Install Node.js

  2. Install global packages using NPM package manager which came from nodejs installation.

  3. Install global packages

    npm install -g bower gulp gulp-cli nodemon

Getting Started

  • Run npm install to install all dependencies of the project.
  • Run gulp serve-dev to serve the project.

Bumping Versions

  • gulp bump

    Bump the minor version using semver.

    --type=patch // default
    --type=minor
    --type=major
    --type=pre
    --ver=1.2.3 // specific version
    

License

MIT

About

A simple admin dashboard app with bootstrap

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published