git clone --origin template git@github.com:wearescytale/template-angular.git <project_name>
This will clone the repo into the <project_name> folder and setup the remote has template, this way it would interfer with the project origin remote.
- Update this
README.mdwith the project name. - Update the
package.jsonwith the project name. - Update the npm packages to the latest version (
npm-check). - Update angular module name on
js/angular/app.js,js/angular/constants.jsandwww/index.html - Remove this section of the
README.md
--------------------------------------------------------------------- cut here ---------------------------------------------------------------------
- Run
npm install - Run
npm startorgulp