Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 619 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 619 Bytes

Product Designer - Express JS

A product designer library from Fancy Product Designer ported to NodeJS.

Example & Source

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.

ExpressJS Server

This is the ExpressJS ported version. To install and run:

  • npm install -g nodemon
  • npm install && bower install
  • npm start