GrottoCenter / DemoGC3

Demonstrate how to integrate GC3 API on a web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DemoGC3

Demonstrate how to integrate GC3 API on a web application

Minimal setup

Open a command line tool and type the following commands:

> npm install webpack --global

> npm install webpack-dev-server --global

Download sources

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

Start

> webpack

puis

> webpack-dev-server

Go to http://localhost:8080/

Developpement

> webpack --watch -d

> webpack-dev-server

About

Demonstrate how to integrate GC3 API on a web application


Languages

Language:JavaScript 98.1%Language:HTML 1.9%