Skeleton app with Node.js + express + angular Requirements Node and npm Installation git clone git@github.com:forter/node-skeleton.git cd node-skeleton npm install node app.js Go to http://localhost:3000 Enjoy life. Usage Add routes to server in: server/routes.js Main angular module: client/app.js Main html file: client/index.html