Skip to content

Angular template project used as a blueprint for creating admin dashboards

Notifications You must be signed in to change notification settings

dmolin/angular-admin-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular generic Admin Dashboard

A very basic project that I use as a generic template when building Admin/Backoffice applications.

Image

Tech Stack

  • Grunt
  • Angular 1.3.x
  • Angular UI with Material Design
  • Angular UI.Router
  • NodeJS Express
  • Amazon S3 integration (document storage and retrieval)
  • MongoDB with Mongoose

Prerequisites

  • Node and npm
  • MongoDB
  • Grunt

Setup

  • install MongoDB
  • run npm install
  • run grunt to compile the project and run the unit tests
  • run npm start to start the server

The compilation step will generate :

  • the file 'dist/js/templates.js', with the compiled Angular template code.
  • the file 'dist/css/main.css', containing all the combined CSS files.
  • all the assets and compacted JS files will be automatically copied over into 'dist/'

Screenshots

Projects list

Image

Project creation

Image

Project editing

Image

About

Angular template project used as a blueprint for creating admin dashboards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published