1.0.10 • Published 4 years ago
@tap-payments/checkout-react-sdk v1.0.10
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:fixTo fix all formatting/styling issues - run
yarn prettier || npm run prettierTo find all formatting/style issues - run
yarn lint || npm run lintTo find all eslint/linting issues - run
yarn lint:fix || npm run lint:fixTo fix all eslint/linting issues - run
yarn test || npm run testTo run all test cases - run
yarn build:npm || npm run build:npmTo compile source code from typescript to javascript - run
yarn build:vanilla || npm run build:vanillaWhen we need to create a vanilla build - run
yarn dev || npm run devTo start the project in development mode (http://localhost:3000) - run
yarn start || npm run startTo start the project in production mode (https://domain.name) after doingyarn build