This directory contains various demos for E3Kit JavaScript.
- Navigate to the repository root and install dependencies with Yarn.
yarn install
You need to use Yarn because we use Workspaces in this repository
- Before launching any of the examples in the directory, first set up and run the sample backend for them.
Demo | Description |
---|---|
ReactNativeSample | Sample project demonstrating the usage of @virgilsecurity/e3kit-native in React Native projects. |
create-react-app | Sample project demonstating the usage of @virgilsecurity/e3kit-browser Create React App. |
ionic | Sample project demonstrating the usage of @virgilsecurity/e3kit-browser in Ionic project. |
node | Sample project demonstrating the usage of @virgilsecurity/e3kit-node . |
umd | Sample project demonstrating the usage of @virgilsecurity/e3kit-browser UMD build. |
webpack | Sample project demonstrating the usage of @virgilsecurity/e3kit-browser . |