Skip to content

Application skeleton based on Angular Material for Web and Mobile

Notifications You must be signed in to change notification settings

betorobson/angular-material-app

Repository files navigation

Angular Material App Seed

Prerequisites

  • Node
Download and Install NodeJS
https://nodejs.org/en/download/
  • Gulp (Global installation)
$ npm install -g gulp
  • Bower (Global installation)
$ npm install -g bower

Installation

1. Install npm and bower packages

$ npm install
$ bower install

Branch naming convention

name-initials|team-initials /?fix /feature|description
Example new directive

branch name: jd/directive-modal

  • jd = John Doe
  • directive-modal = Angular Directive Modal
Example fixing a view

branch name: ta/fix/view-home

  • ta = Team A
  • view-home = Angular View Home
Example new unclassified feature

branch name: jd/mobile-swipe

  • jd = John Doe
  • mobile-swipe = Suporte mobile swipe behavior

Development

$ gulp watch

Files will be created at /debug folder

Build production version

$ gulp build

Files will be created at /build folder

About

Application skeleton based on Angular Material for Web and Mobile

Resources

Stars

Watchers

Forks

Packages

No packages published