https://github.com/code-shoily/ngconf-dhaka-contactlist
Example contact list app that will be presented at AngularConf 2014 Dhaka.
https://github.com/code-shoily/ngconf-dhaka-contactlist
Last synced: 7 months ago
JSON representation
Example contact list app that will be presented at AngularConf 2014 Dhaka.
- Host: GitHub
- URL: https://github.com/code-shoily/ngconf-dhaka-contactlist
- Owner: code-shoily
- License: mit
- Created: 2014-09-25T08:33:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-28T05:19:54.000Z (over 11 years ago)
- Last Synced: 2024-12-29T02:31:25.465Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://code-shoily.github.io/ngconf-dhaka-contactlist/
- Size: 4.32 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to AngularConf Dhaka 2014
This is a demo application that will be flaunted in the first ever AngularJS conference, Dhaka, hosted by PHPXPERTS in UIU.
This is a simple contact list that includes many of the features of AngularJS. To run it, simply clone this repo, `cd` into it and in the command line, type:
```
bower install
```
And then:
```
npm start
```
If you don't have Node installed, and have Python installed instead, you can always do a
```
python -m SimpleHTTPServer
```
and then browse to `localhost:8000` and take from there.