Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 473 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 473 Bytes

yandex-wallet

Install guide:

  1. npm i install all deps
  2. I am using mongodb on my local docker host with hostname like docker, you can change mongo server url by change a NODE_MONGO env var. default is mongodb://docker/test_yandex_wallet. To pupulate db and run server tests you can start npm run test:server
  3. to build client run npm run build
  4. to start server npm run start:server
  5. to start client for developing on localhost:3000 use npm start