https://github.com/willfarrell/angular-io-app
A web app wrapper for those who love AngularJS and Twitter Bootstrap.
https://github.com/willfarrell/angular-io-app
Last synced: 10 months ago
JSON representation
A web app wrapper for those who love AngularJS and Twitter Bootstrap.
- Host: GitHub
- URL: https://github.com/willfarrell/angular-io-app
- Owner: willfarrell
- Created: 2013-01-09T01:39:43.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-08T18:40:20.000Z (over 12 years ago)
- Last Synced: 2025-04-01T15:48:11.480Z (11 months ago)
- Language: JavaScript
- Homepage: angulario.com
- Size: 441 KB
- Stars: 36
- Watchers: 6
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular.io - AngularJS + Bootstrap [](https://travis-ci.org/willfarrell/angular-io-app) [](https://david-dm.org/willfarrell/angular-io-app) [](https://david-dm.org/willfarrell/angular-io-app#info=devDependencies)
## Usage
As few brew requirements if not installed:
```
brew install git git-flow closure-compiler openssl scrypt gpgme
```
If you don't have Yeoman 1.0 Beta install:
```
npm install -g yo grunt-cli bower karma
```
First make a new directory, and `cd` into it:
```
mkdir my-new-project && cd $_
```
Then fetch `angular-io-app`:
```
curl -OLk https://github.com/willfarrell/angular-io-app/tarball/master
```
Then extract `angular-io-app`:
```
tar -zxvf master && rm master
cp -rf willfarrell-angular-io-.../* ./ && rm -rf willfarrell-angular-io-...
```
Finally, install dependencies:
```
sh scripts/setup.sh
```
Build project:
```
grunt icon_convert
grunt
grunt deploy
grunt phonegap
```
## To Do
- build as generator (generator-angular-io)
## build folders
### dist-web
CDN ready dist.
- index.web.html
- crossdomain.xml
- robots.txt
### dist-phonegap
PhoneGap ready dist.
- index.device.html
- config.xml
### dist-api
API ready dist.
- index.php
- php/
## Plugins
### Follow
### Massaging
#### To Do
- message compose
- scroll to load more
#### Wishlist
- encrypt client side, unreadable by web app. PGP?
### Filepicker
#### Supports
- file upload (single / multi) via select or drag and drop.
- image upload with resizing and cropping before saving.
#### To Do
- AWS CORS support
- upload file from URL (requires proxy server due to browser security)
- support upload from third party services
- refactor code - seperate pages into services, remove controller.
- Connect into camerea to take photo
#### Bugs
-
#### Wishlist
- User side encryption (for file upload). Mega?
#### grunt
Use `willfarrell/grunt-usemin` and `willfarrell/html-minifier` -> `grunt/grunt-contrib-htmlmin`. 1 Apr 2013