https://github.com/ahmednuaman/twdevs-realtime-angular
A realtime AngularJS example for @tunwellsdevs talk
https://github.com/ahmednuaman/twdevs-realtime-angular
Last synced: about 2 months ago
JSON representation
A realtime AngularJS example for @tunwellsdevs talk
- Host: GitHub
- URL: https://github.com/ahmednuaman/twdevs-realtime-angular
- Owner: ahmednuaman
- License: mit
- Created: 2014-10-07T17:53:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-15T18:00:03.000Z (over 10 years ago)
- Last Synced: 2025-02-10T14:09:00.215Z (4 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twdevs-realtime-angular
A realtime AngularJS example for @tunwellsdevs talk
## Setting up
1. Install [mongodb](http://www.mongodb.org/)
2. Install [NodeJS](http://nodejs.org/) (although I _prefer_ [nvm](https://github.com/creationix/nvm))
3. Install [Bower](http://bower.io) by running `npm install -g bower`
4. Clone this repo
5. Run `npm install` and `bower install`
6. Open a new terminal tab and start up mongodb by running `mongod --dbpath ~/data/`
7. Run `npm start`
8. Visit [http://localhost:8000](http://localhost:8000)
9. ???
10. Profit