https://github.com/younghakim7/pay_rust
https://github.com/younghakim7/pay_rust
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/younghakim7/pay_rust
- Owner: YoungHaKim7
- Created: 2025-01-23T05:23:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-23T06:24:02.000Z (4 months ago)
- Last Synced: 2025-01-23T06:31:51.266Z (4 months ago)
- Language: HTML
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 토스페이먼츠 결제위젯 샘플 프로젝트
토스페이먼츠 결제위젯을 사용한 간단한 결제 프로젝트입니다. 결제위젯은 토스페이먼츠만의 기본 결제서비스로, 수많은 상점을 분석해서 만든 최적의 주문서 결제 UI예요.
1. 의존성 패키지를 다운로드합니다.
```
npm install
```2. 서버를 실행합니다.
```
npm start
```3. http://localhost:4242 에서 샘플 프로젝트를 확인하세요.