Steps to Run it locally
Developed on Node version: v8.9.4 npm version : 5.6.0 OS: Linux mint
- Clone the repo https://github.com/anil26/paymentwallwidget.git
- Change directory to paymentwallwidget folder // cd paymentwallwidget
- yarn install to install dependencies
- Run 'yarn start' to start the development server or 'npm run start'
- For production build, run 'yarn build' or 'npm run build'