Demo app for Chimoney Checkout using Chiconnect API
Clone repo
git clone https://github.com/Chimoney/chimoney-developer-examples.git
To use the demo, you'll need to start up the backend code chimoney-checkout-test-node
.
Navigate to our example backend locally and;
- Copy the .env.example file into a file named .env in the folder of
chimoney-checkout-test-node
. For example:
cp .env.example .env
-
Update your
API_KEY
-
Run the following commands to setup locally,
npm install
npm run dev
The example backend server should be running now at http://localhost:3000.
- Navigate to the
chi-checkout-web-demo
folder - Run
npm install
- Run
npm run dev
- You are now ready to use the app running in http://localhost:5173.