Skip to content

afrakhan123/pos-example

 
 

Repository files navigation

HOW TO USE

Environment

Set up .env file in your local machine

REACT_APP_FIREBASE_API_KEY=
REACT_APP_FIREBASE_AUTH_DOMAIN=
REACT_APP_FIREBASE_PROJECT_ID=
REACT_APP_FIREBASE_STORAGE_BUCKET=
REACT_APP_FIREBASE_MESSEGING_SENDER_ID=
REACT_APP_FIREBASE_APP_ID=
REACT_APP_FIREBASE_DATABSE_URL=

Installation using NPM or Yarn

Install all dependencies

npm install or yarn install

Start the application

npm start or yarn start

Installation using Docker and PNPM

Install all dependencies

docker-compose run --rm pnpm install

Start the application

docker-compose up --build watch-client

Overview

Transaction Page

screenshot

About

This application is for Utak.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.2%
  • HTML 1.4%
  • Shell 0.4%