A project structure angular HTML5 Gigigo group
You will need git to clone the material-start repository. You can get git from http://git-scm.com/.
You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/.
`git clone [email protected]:gigigo-html5/gig-starter-angular1-kit.git'
cd gig-starter-angular1-kit
npm install
To start the project
npm run start-dev
npm install
npm test
http://git-scm.com/ https://www.npmjs.org/ http://nodejs.org
All code changes must be done inside src/ folder and then run gulp release task to 'create' distribution. Distribution files are the ones in the project root folder.
Be responsible releasing a package! Check the npm scripts for release and understand it.
- example: 0.1.0 -> 0.1.1
npm run release:patch
- example: 3.1.1 -> 3.2.0
npm run release:minor
- example: 2.50.3 -> 3.0.0
npm run release:major
- angular: Angular is a JavaScript library for building user interfaces.
MIT