Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 792 Bytes

File metadata and controls

27 lines (24 loc) · 792 Bytes

React.js + Express + Midtrands + Firebase

Read midtrans documentation:

Get Started

  • clone the repo
  • run the backend service:
    • configure your environment use .env-template
    • run these commands :
      cd server/ && 
      yarn &&
      yarn devdev
  • run the client
    • configure your environment use .env-template
    • run these commands:
      cd client/ &&
      yarn &&
      yarn start
    • open the browser and simulate the transaction.