Skip to content

Commit

Permalink
Merge pull request #9 from Spaces-Place/dusqo
Browse files Browse the repository at this point in the history
사용자조회가능
  • Loading branch information
KangYeonbae authored Nov 21, 2024
2 parents fd9e39b + a38e5df commit 4582b66
Show file tree
Hide file tree
Showing 11 changed files with 449 additions and 112 deletions.
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_SPACE_API=http://localhost:60000/api/v1
1 change: 1 addition & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_API="https://api."
116 changes: 112 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
"assert": "^2.1.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"dotenv": "^16.4.5",
"https-browserify": "^1.0.0",
"lucide-react": "^0.454.0",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.5",
"react-calendar": "^5.1.0",
"react-cookie": "^7.2.2",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-kakao-maps-sdk": "^1.1.27",
Expand All @@ -27,8 +29,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "env-cmd -f .env.development react-scripts start",
"build": "env-cmd -f .env.production react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand All @@ -49,5 +51,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"env-cmd": "^10.1.0"
}
}
Loading

0 comments on commit 4582b66

Please sign in to comment.