Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pengux/angular-starter-kit

Angular JS + Web Starter Kit
https://github.com/pengux/angular-starter-kit

Last synced: about 1 month ago
JSON representation

Angular JS + Web Starter Kit

Awesome Lists containing this project

README

        

# Angular Starter Kit

## Overview

An seed project for client side applications with the following components:
- [AngularJS](https://angularjs.org/)
- [Google Web Starter Kit](https://developers.google.com/web/starter-kit/)
- [Webpack](http://webpack.github.io/)

## Installation

```
git clone https://github.com/pengux/angular-starter-kit.git
cd angular-starter-kit
npm install
bower install
gulp webpack
gulp serve
```