Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 563 Bytes

File metadata and controls

17 lines (11 loc) · 563 Bytes

This is a minimal paymentWall javascript widget.

Technologies used are : Reactjs(16.4.1), nodejs, heroku, memoize-one, react-route 4

Steps to Run it locally

Developed on Node version: v8.9.4 npm version : 5.6.0 OS: Linux mint

  1. Clone the repo https://github.com/anil26/paymentwallwidget.git
  2. Change directory to paymentwallwidget folder // cd paymentwallwidget
  3. yarn install to install dependencies
  4. Run 'yarn start' to start the development server or 'npm run start'
  5. For production build, run 'yarn build' or 'npm run build'