Running Applications
This page documents how to run the various projects in your local computer.
Please see the Local environment for requirements and tools needed to be installed before continuing.
Main Web Demo Application
Development server for demo web application (and all packages)
yarn dev:next:demoWeb application should be available at http://localhost:3000 (opens in a new tab)
Storybook application for web locally
yarn dev:storybookApplication should be available at http://localhost:6006/ (opens in a new tab)
Build and run optimised build of dpc-next demo application
yarn build:next:demo
yarn workspace dpc-next startReact Native Demo Application
To run the local development environment first have a android emulator or ios simulator running with the Expo Go app installed. Or install it on your physical device.
Start development server using
yarn dev:expo:coreThen start Expo in another terminal window
yarn start:expoA menu with available commands will be shown in the terminal.
Either scan the QR code with your physical device or hit i or a to open the app.
The debugger UI should be availbable at http://localhost:19000/debugger-ui/ (opens in a new tab)