Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cjies/angular-web-boilerplate

Boilerplate for angular web application
https://github.com/cjies/angular-web-boilerplate

Last synced: 9 days ago
JSON representation

Boilerplate for angular web application

Awesome Lists containing this project

README

        

# Angular Boilerplate

## Platform Requirements

- Safari, Chrome, Firefox or Modern Browsers
- IE 10+ (TEEHEE~~)

## Dependencies

- [jQuery](https://jquery.com/)
- [Angular](https://angularjs.org/)
- [Angular Translate](https://angular-translate.github.io/)
- [Angular UI-router](http://angular-ui.github.io/ui-router/site/)
- [Normalize CSS](https://necolas.github.io/normalize.css/)
- for more: **bower.json**

## DevDependencies

- [Gulp](http://gulpjs.com/)
- [Bower](http://bower.io/)
- [Node.js](https://nodejs.org/)
- [Compass](http://compass-style.org/)
- [Browsersync](http://www.browsersync.io/)
- for more: **package.json**

## Installation

```sh
npm install
```

```sh
bower install
```

## Development

### Gulp Development

```sh
gulp dev
```

### Gulp Deploy

```sh
gulp deploy
```

### Gulp Configuration

All Gulp setting: ```gulp/config.js```

* Included vendor dependencies

For new tasks, please create in ```gulp/tasks``` folder.

## Credits

- [angularjs-gulp-browserify-boilerplate](https://github.com/jakemmarsh/angularjs-gulp-browserify-boilerplate)

## License

MIT