Skip to content

Proof of concept to integrate product-configurator (this application) into woocommerce

Notifications You must be signed in to change notification settings

apfeuti/pmm-shop-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pmm-shop-poc

Installation

Install prerequisites (depending what you have already installed on your computer, not all steps are required)

0.1) Install utilities

$ sudo apt-get install curl

0.2) Install nodejs

$ sudo apt-get install nodejs

or for v4

$ curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
$ sudo apt-get install -y nodejs

0.3) Install npm

$ sudo apt-get install npm

0.4) Install git

$ sudo apt-get install git

Install product-configurator (for proof-of-concept)

  1. Clone repository
git clone https://github.com/apfeuti/pmm-shop-poc.git
  1. Install dependencies
$ cd pmm-shop-poc
$ npm install
  1. Launch application
$ nodejs httpserver
  1. Launch your webbrowser and type in URL: http://localhost:5000

About

Proof of concept to integrate product-configurator (this application) into woocommerce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published