An open API service indexing awesome lists of open source software.

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

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