Skip to content

andikaa5/UTS

Repository files navigation

kasirAjaAndroid

mobile apps android kasirAja - aplikasi POS sedehana dengan berbagai fitur didalamnya dibangun dengan react native

screenshots

feature

  • nodejs rest api
  • bisa lebih dari 1 toko multi store
  • bisa lebih dari 1 kasir multi users
  • pengelolaan produk, stok dan unit
  • pembelian
  • penjualan (scan barcode)
  • diskon penjualan

development

  • install

      yarn install
    

or

    npm install --legacy-peer-deps #for expo 45 some of deps is not support for react 17 
  • config app.config.js file for api_url

      cp app.config.js.example app.config.js
    
  • run the app

      npx expo start
    

build debug apk

  • bundle js and assets

      npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
    
  • build apk with gradle

      cd android && ./gradlew assembleDebug
    
  • check file in android/app/build/outputs/apk/debug/app-debug.apk

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors