The translation was generated automatically and may contain mistakes
Course: Development of mini-applications VKontakte
Module 4. Development
The module tells how to create a mini-application code on the example of the project “Dish of the Day?2?. We will use Node.js and TypeScript. You will learn how to create a project, build application screens, add navigation, call and process VK Bridge events, send notifications and messages, create stories, use VK Maps, work with API VKontakte Also, understand the tools that make it easier to debug applications on mobile devices.
We posted the source code client ?1? server Parts of the mini-app in publicly available GitHub repositories.
Code fragments that correspond to a particular lesson are marked with comments with hashtags like #M4L9 where M4 is a pointer to module 4, L9 is a pointer to the lesson number.
Comments in the application code
Lessons
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
- 16.
- 17.
- 18.
- 19.
- 20.
Useful links
- •
- •
- •
:::