To simplify the development process we provide some sample projects in this repoistory inside the examples
folder.
To use them, follow those steps:
- go to examples folder:
cd examples
- Install all the dependencies:
yarn install
ornpm install
- Run
yarn start
ornpm start
// TODO: add correct description for react