Skip to content

Demonstrate how to integrate GC3 API on a web application

Notifications You must be signed in to change notification settings

GrottoCenter/DemoGC3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published