Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Radpack Examples

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.

Getting Started

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 install

Build the packages and examples from the radpack root:

npm run build

Then start an app or client example:

cd ./examples/clients/basic
npm start