https://github.com/taskrabbit/pie
apple, for now.
https://github.com/taskrabbit/pie
Last synced: 6 months ago
JSON representation
apple, for now.
- Host: GitHub
- URL: https://github.com/taskrabbit/pie
- Owner: taskrabbit
- Created: 2014-09-03T01:19:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T14:38:46.000Z (over 10 years ago)
- Last Synced: 2025-06-13T22:39:24.804Z (9 months ago)
- Language: JavaScript
- Size: 6.75 MB
- Stars: 9
- Watchers: 34
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pie.js
Pie is a set of resources I use to develop fast, independent web applications. It's not a framework because frameworks aren't cool anymore, but pie is cool.
### Dependencies
Hm, none.
### Usage
Check out the getting started doc or step through the annotated source.
### What does it look like?
Kinda mvc-ish, there's an app object, views, router, i18n, resource loader, models, ajax interface, native extensions, etc.
### How big is it?
Excuse me? It's ~100k before compression, 30k after minifcation and gzip.
### Work on pie too
Build pie locally, as you develop.
```bash
> npm install -g uglify-js
> npm install -g docco
> make watch
```
Run the specs / example app.
```base
> node server.js
> open http://localhost:5000/specRunner.html
> open http://localhost:5000/docs/guide
```