Skip to content

Latest commit

 

History

History

example-web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Example raster.js with webpack

This example shows how to start using raster.js within a web app.

Running This Example

Copy the contents of this directory to a new, empty git repo

Install the dependencies:

npm install

Run the webpack development server, using port 7799:

npm run devserver

Or build dist/main.js in order to use your own web server:

npm run build