Adrian-Samuel / Example_Retail_App

Example Repository to create a register-Based App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Use example App

  1. Add your own Auth module in utils/client.js You can copy and paste an expiring bearer token into an .env file for testing
  • To run App with Docker
    touch .env && echo "TOKEN=" > .env
# Insert your Bearer token in the newly created .env file
# Like this: TOKEN=Bearer XXXXX
chmod +x exec.sh
Then run ./exec.sh

To run App with node

npm start

Instructions

-App will start on port 3000 -Take the url http://localhost:3000 and insert into: Settings> Advanced Setup > Custom Menus > Register: Sale Tab

Custom Button

Custom Button

Then simply navigate to the Sale tab and click on the button

Custom Button

About

Example Repository to create a register-Based App


Languages

Language:JavaScript 55.5%Language:HTML 33.2%Language:CSS 7.3%Language:PowerShell 2.2%Language:Shell 1.9%