Skip to content

simbathesailor/paymentwallwidget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'