Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 680 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 680 Bytes

Stripe Customer Management UI

Before you clone this project to your computer make sure you have a installed node.js on your computer

  1. Clone this repository on your computer
  2. Open your command promp in the project directory and use "npm install" command
  3. Edit server.js it's located in the project's root directory. You can change default port number "9000" or just dont make any changes. If you make any changes on server.js than you need to change "apiURL" veriable. It's located in src/components/acontent/EnhancedTable.js
  4. Run server.js as a backend on localhost
  5. Finaly open your command promp in the project directory and use "npm start or yarn start" command.