Demonstrate how to integrate GC3 API on a web application
Open a command line tool and type the following commands:
> npm install webpack --global
> npm install webpack-dev-server --global
Choose a folder, open a command line tool an type:
> git clone https://github.com/GrottoCenter/DemoGC3.git
Go into DemoGC3 folder and type:
> npm install
> webpack
puis
> webpack-dev-server
Go to http://localhost:8080/
> webpack --watch -d
> webpack-dev-server