The translation was generated automatically and may contain mistakes

Module: 5. Testing

Lesson 9. Testing on a local host

The main thing in the lesson

  • To run the mini-application locally:

    • Go to the directory where the code is stored.
    • Run the command in the terminal npm run start .
    • Open the address in the browser https://localhost:10888 .
  • At this stage, it is convenient to track all changes made to the mini-application code, since you can:

    • Interact with the application interface, not just the code.
    • See what the app will look like at different screen resolutions.
    • Understand how integrated images and videos will behave.
  • Use the vk-bridge-mock library to test how the events of the VK Bridge library work locally.

Useful links

:::