Skip to content

terrestris/geoserver-introduction-ws

Repository files navigation

GeoServer introduction (Workshop)

You can open the workshop here.

# install packages
npm i

# for local development on http://localhost:4000/
npm run dev

# build for production in directory './build'
npm run build