Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pengux/angular-starter-kit
- Owner: pengux
- License: mit
- Created: 2014-08-05T07:41:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-04T16:45:40.000Z (over 10 years ago)
- Last Synced: 2023-08-05T16:03:48.419Z (over 1 year ago)
- Language: JavaScript
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```