Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marcuswestin/975953 to your computer and use it in GitHub Desktop.
Save marcuswestin/975953 to your computer and use it in GitHub Desktop.
Get started with client-side NPM modules
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