GitXplorerGitXplorer
g

how-to-node-chat

public
0 stars
0 forks
0 issues

Commits

List of commits on branch gh-pages.
Unverified
97e2303035dc93c0821ae260128106f52248488d

notes from presentation

ggangstead committed 9 years ago
Unverified
67dae0e70acbd21d8ea917b100c73600dc9646b4

heroku and gitter

ggangstead committed 9 years ago
Unverified
ed634f2d813b43c958da8404e199295f010424e6

extensions

ggangstead committed 9 years ago
Unverified
6f49ca6cf510aad85e778ceac6d1329c5bc20adc

slack logo

ggangstead committed 9 years ago
Unverified
c56b1f0b721357e97ce2f96374d25debd86186f6

notes on slides

ggangstead committed 9 years ago
Unverified
0d9db1260604b84b5ed78dcb2d69bba98909fd73

overview, generator, running locally

ggangstead committed 9 years ago

README

The README file for this repository.

how-to-node-chat

Presentation for 9/22/2015 Dallas.Node meetup

The Slides

Since the default branch is gh-pages, go to http://gangstead.github.io/how-to-node-chat to view the slides.

To view the slides locally start a static http server from that directory. My preferred way:

# one time, to install the dependency
> npm install -g http-server

# start the server in the base directory. -o flag opens browser
> http-server -o