This is the root of the radpack examples created to help on-board developers on how to provide and consume radpack libraries.
| name | description |
|---|---|
| apps | Examples for accessing libraries on the server. |
| clients | Examples for accessing libraries on a browser. |
| libs | Various examples on how to export a library used in apps and clients. |
To run the examples locally you will need to clone the radpack repository locally and install the dependencies:
git clone git@github.com:godaddy/radpack.git
cd radpack
npm installBuild the packages and examples from the radpack root:
npm run buildThen start an app or client example:
cd ./examples/clients/basic
npm start