From 8298650cc065f1cc64152055dbc7901dc413ec67 Mon Sep 17 00:00:00 2001 From: handlerug Date: Sat, 14 Sep 2019 12:34:48 +0700 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa74dfd..4ab9b5c 100644 --- a/README.md +++ b/README.md @@ -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. -- 2.38.5