Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 330 Bytes

Run the project

In .env file set your personal oauth_id and oauth_secret from vk dev application

NPM

npm install

npm run start:build

YARN

yarn install

yarn start:build

PS: After the first building you can simply just use the command npm run start:server or yarn start:server