~handlerug/univol

VK Mini App for connecting with volunteers
~handlerug/univol

New git repository added

1 year, 27 days ago

#UNIVOL VK Mini App

This app was built with VKUI, VK Connect for the VK Mini Apps. PHP backend can be found there: https://github.com/EVGdever/hackaton-vk

It's available at https://vk.com/app7133164

#How to run

Clone this repository:

git clone https://github.com/handlerug/univol.git

Go to created folder and run yarn install || npm install to install depedencies through your favourite package manager.

yarn start || npm start — this will start dev server with hot reload on localhost:10888. You can view it from any device in the same network.

yarn run build || npm run build — this will build production bundle, with tree-shaking, uglify and all this modern fancy stuff. You can place the build at your production server.