Go to file
2023-01-17 23:15:47 +07:00
assets feat: initial commit for mockup bukopin 2023-01-17 21:27:45 +07:00
functions Initial commit 2019-01-02 18:39:53 +07:00
public feat: initial commit for mockup bukopin 2023-01-17 21:27:45 +07:00
scripts update: otp to redirect 2019-02-01 15:31:49 +07:00
src Test push 2023-01-17 23:15:47 +07:00
.babelrc Initial commit 2019-01-02 18:39:53 +07:00
.editorconfig Initial commit 2019-01-02 18:39:53 +07:00
.env.giift fix: add giift version 2019-01-07 03:55:59 +07:00
.gitignore feat: add more to .gitignore 2023-01-17 21:29:27 +07:00
Dockerfile Initial commit 2019-01-02 18:39:53 +07:00
firebase.json Initial commit 2019-01-02 18:39:53 +07:00
jsconfig.json Initial commit 2019-01-02 18:39:53 +07:00
LICENSE Initial commit 2019-01-02 18:39:53 +07:00
package-lock.json feat: initial commit for mockup bukopin 2023-01-17 21:27:45 +07:00
package.json feat: initial commit for mockup bukopin 2023-01-17 21:27:45 +07:00
README.md Update README.md 2019-10-28 06:45:12 +00:00
webpack.config.js feat: initial commit for mockup bukopin 2023-01-17 21:27:45 +07:00
webpack.config.prod.js feat: initial commit for mockup bukopin 2023-01-17 21:27:45 +07:00

#BTN Registration

####Build and run

edit /src/common/config/app.js according to your server

apiUrl = "https://giift-api.asacreative.com/";
imageUrl = "https://giift-api.asacreative.com";
npm install
npm run build2:parcel:prod

the compiled file will be available in dist folder