An open API service indexing awesome lists of open source software.

https://github.com/yuriygr/vk-mal

Мини-приложение для социальной сети ВКонтакте по составлению списка аниме
https://github.com/yuriygr/vk-mal

anime reactjs vk-mini-apps vkui

Last synced: 2 months ago
JSON representation

Мини-приложение для социальной сети ВКонтакте по составлению списка аниме

Awesome Lists containing this project

README

        

[](https://vk.com/services)

# Мой аниме список

Простое React приложение на VKUI только на базовых компонентах. [Пример](https://vk.com/app8178307) рабочего приложения.

## Как запускать

Go to created folder and run:

`npm i` to install all the necessary packages

`npm start` to start dev server with hot reload on `localhost:0888` and `npm run tunnel` to connect to VK data

`npm run build` to build production bundle, with tree-shaking, uglify and all this modern fancy stuff.

Docs:

- [VK API](https://dev.vk.com/reference)
- [VK UI](https://vkcom.github.io/VKUI/#/QuickStart)