Updated node example app README with new install/run instructions

This commit is contained in:
Jim Cowart 2012-09-23 00:27:54 -04:00
parent 08f313fa69
commit 20a2f6fd23

View file

@ -6,7 +6,11 @@ As much as I want to convince you that this sample app was written with you in m
## How to run
Open a terminal/console to the example/node directory and run `node index.js`. Then open a browser to http://localhost:8002. Once you enter a search term in the client UI, it will trigger the server side twitter search module to start searching, etc.
### Install depedencies first!
Open a terminal/console to the example/node directory and run `npm install`.
### Now, to run...
Open a terminal/console to the example/node directory and run `npm start`. Then open a browser to http://localhost:8002. Once you enter a search term in the client UI, it will trigger the server side twitter search module to start searching, etc.
## The Good, the Bad & the Caveats