Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wearescytale/template-angular
Angular JS project template
https://github.com/wearescytale/template-angular
Last synced: 16 days ago
JSON representation
Angular JS project template
- Host: GitHub
- URL: https://github.com/wearescytale/template-angular
- Owner: wearescytale
- License: mit
- Created: 2015-12-28T18:51:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T18:52:10.000Z (about 9 years ago)
- Last Synced: 2023-08-09T17:43:39.552Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Template
## How to clone
```
git clone --origin template [email protected]:wearescytale/template-angular.git
```
This will clone the repo into the `` folder and setup the remote has `template`, this way it would interfer with the project `origin` remote.## What to do after fork
1. Update this `README.md` with the project name.
2. Update the `package.json` with the project name.
3. Update the npm packages to the latest version (`npm-check`).
4. Update angular module name on `js/angular/app.js`, `js/angular/constants.js` and `www/index.html`
5. Remove this section of the `README.md`--------------------------------------------------------------------- cut here ---------------------------------------------------------------------
# Project Name
### Dev
1. Run `npm install`
2. Run `npm start` or `gulp`