Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`