A product designer library from Fancy Product Designer ported to NodeJS.
Example and source are in the folder Fancy_Product_Designer_V3.0.31. To see the example source, you must install PHP. After installation, go to the directory Fancy_Product_Designer_V3.0.31/example
and run php -S localhost:8000
and open your browser to localhost:8000
.
This is the ExpressJS ported version. To install and run:
npm install -g nodemon
npm install && bower install
npm start