Development
Applications

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:demo

Web application should be available at http://localhost:3000 (opens in a new tab)

Storybook application for web locally

yarn dev:storybook

Application 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 start

React 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:core

Then start Expo in another terminal window

yarn start:expo

A 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)