/twitterApp

Demo app of the amd pattern running on Node.js

Primary LanguageJavaScript

TwitterApp

This is an updated version of my demo of the amd pattern running on Node.js.

##Start the app node app.js

##Run the require.js optimizer node r.js -o build.js

Edit layout.jade and replace this

script(src='scripts/lib/require.js', data-main='scripts/main')

with this

script(src='scripts/lib/require.js', data-main='scripts/main-built')