1.0.0 • Published 4 years ago

funtap-tracking-h5 v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

Tracking H5 - Funtap

REQUIRE

1: Nodejs v12.16.0 (latest) 2: Yarn (https://classic.yarnpkg.com/en/docs/install#mac-stable) 3: Pm2 (yarn global add pm2) 4: Mongodb

Lưu ý tạo file .env

Deploy app

1: Install dependences

yarn

2: Build

yarn build

3: Start dưới dạng service sử dụng pm2

pm2 start

Deploy new version

1: Git pull

git pull

2: Install dependences

yarn

3: Build

yarn build

4: Restart service

pm2 restart