Created
May 17, 2011 04:29
-
-
Save marcuswestin/975953 to your computer and use it in GitHub Desktop.
Get started with client-side NPM modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir app | |
cd app | |
echo '{ "name":"app" }' > package.json | |
sudo npm install require | |
sudo npm install raphael | |
curl -O https://gist.github.com/raw/975866/little_server.js | |
curl -O https://gist.github.com/raw/975868/little_client.js | |
node little_server.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment