Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.16 KB

Angular popover menu

Angular module for popover menus.

Getting started

Installing the Node, Bower and Typings dependencies

npm install

Starting the development server

npm start

Building the application

gulp

Watching for changes to LESS and TypeScript files

gulp watch

## Project structure

bower_components/    Runtime dependencies
node_modules/        Dev dependencies
src/                 Source files
  scripts/           TypeScript source files
  styles/            LESS source files
typings/             TypeScript definition files
www/                 Public root
  assets/            Public assets
    scripts/         JavaScript files
      app.js         Compiled application scripts
      lib.js         Concatenated library scripts
    styles/          CSS stylesheets
      app.css        Compiled application styles
    templates/       Angular templates

Package managers

  • npm for build and dev dependencies
  • Bower for runtime dependencies
  • Typings for TypeScript type definitions