Node.js webserver wrapper for SVGnest
SVGnest is included as a git submodule, so you'll have to clone this repository recursively.
git clone --recurse-submodules https://github.com/pfedan/nodeSVGnest.git
cd nodeSVGnest
npm install
node app.js
or specify a custom port number:
node app.js 3001