Skip to content

Latest commit

 

History

History
executable file
·
24 lines (16 loc) · 526 Bytes

README.md

File metadata and controls

executable file
·
24 lines (16 loc) · 526 Bytes

Oskari Rpc-examples

Examples demonstraiting the RPC functionality of Oskari

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Integrate to oskari-docs:

npm run build

  • copy contents from /dist to oskari-docs project folder: /public/examples/rpc-api/ (delete old files from said directory)