1.0.10 • Published 2 years ago

@tap-payments/checkout-react-sdk v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

GoSell Checkout SDK

Development Section

Installation

  • run git clone https://github.com/Tap-Payments/goSell-CheckoutSDK.git
  • run cd {{project dir}}
  • run yarn install || npm install
  • run yarn husky:install || npm run husky:install

Scripts || Command options

  • run yarn prettier:fix || npm run prettier:fix To fix all formatting/styling issues
  • run yarn prettier || npm run prettier To find all formatting/style issues
  • run yarn lint || npm run lint To find all eslint/linting issues
  • run yarn lint:fix || npm run lint:fix To fix all eslint/linting issues
  • run yarn test || npm run test To run all test cases
  • run yarn build:npm || npm run build:npm To compile source code from typescript to javascript
  • run yarn build:vanilla || npm run build:vanilla When we need to create a vanilla build
  • run yarn dev || npm run dev To start the project in development mode (http://localhost:3000)
  • run yarn start || npm run start To start the project in production mode (https://domain.name) after doing yarn build