Skip to content

Configuration for a sample platform and to run a local Stripes UI development server

Notifications You must be signed in to change notification settings

folio-org/stripes-sample-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripes sample platform

This is an example of a Stripes "platform". It consists simply of an NPM package.json that specifies the version of @folio/stripes and of any Stripes modules you wish to make available to generate client bundles.

Please see the Developing UI Modules with Stripes for more information.

The stripes.config.js is a configuration for a specific tenant. In general, a platform supports multiple tenants, each of which may include a different set of the available modules.

Running the sample platform locally

  • Install NodeJS >= 20
  • Run yarn
  • Run yarn stripes serve stripes.config.js

Deploying the sample platform

  • Install NodeJS >= 20
  • Run yarn
  • Run yarn stripes build stripes.config.js
  • This will generate a bundle in ./output; copy these assets to your HTTP server

About

Configuration for a sample platform and to run a local Stripes UI development server

Resources

Stars

Watchers

Forks

Packages

No packages published