~handlerug/univol

8298650cc065f1cc64152055dbc7901dc413ec67 — handlerug 3 years ago 1e8f78b
Update README.md
1 files changed, 13 insertions(+), 4 deletions(-)

M README.md
M README.md => README.md +13 -4
@@ 9,9 9,18 @@

# UNIVOL VK Mini App

## How to start work with 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

Go to created folder and run:
`yarn start` || `npm start` — this will start dev server with hot reload on `localhost:10888`.
## How to run

`yarn run build` || `npm run build` — this will build production bundle, with tree-shaking, uglify and all this modern fancy stuff
Clone this repository:

```sh
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.