git clone --origin template [email protected]: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.md
with the project name. - Update the
package.json
with 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.js
andwww/index.html
- Remove this section of the
README.md
--------------------------------------------------------------------- cut here ---------------------------------------------------------------------
- Run
npm install
- Run
npm start
orgulp