Install guide:
npm i
install all deps- I am using mongodb on my local docker host with hostname like
docker
, you can change mongo server url by change aNODE_MONGO
env var. default ismongodb://docker/test_yandex_wallet
. To pupulate db and run server tests you can startnpm run test:server
- to build client run
npm run build
- to start server
npm run start:server
- to start client for developing on localhost:3000 use
npm start