https://github.com/filp/twooter
A super duper basic example showcasing a small set of angularjs's functionality.
https://github.com/filp/twooter
Last synced: 5 months ago
JSON representation
A super duper basic example showcasing a small set of angularjs's functionality.
- Host: GitHub
- URL: https://github.com/filp/twooter
- Owner: filp
- Created: 2014-01-16T14:17:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-16T14:20:13.000Z (almost 12 years ago)
- Last Synced: 2025-02-06T07:45:39.477Z (11 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twooter
A super simple example application with AngularJS, mimicking
twitter's basic functionality. The purpose of this application
is to act as a basic demo of some of Angular's functionality,
and not as an example of good development practices, user interface
design or breakdancing expertise.
Note that this example does not include tests - something you
**do want** to have in any real application, keep that in mind.
If you're looking for a more fleshed out example, have a look at
the [AngularJS TodoMVC example](http://todomvc.com/architecture-examples/angularjs/)
If you do have any question(s), let me know through twitter - [@imfilp](http://twitter.com/imfilp).
Enjoy!
## Usage:
- Clone this repo
- Place its contents somewhere accessible through a web-server, or
start a new server yourself from its root directly, i.e, with
python:
```shell
$ cd twooter
$ python -m SimpleHTTPServer
```