The following steps are making the assumption that you're working from within the DevContainer and have adb present in your PATH.
Run the following commands in order in separate command lines:
npm start: starts the frontend server.npm run android: builds the application and deploys it to an adb connected device.