Skip to content

Commit

Permalink
Feat: RouterProvider, QueryProvider, AxiosInstance 생성, react-icons 설치…
Browse files Browse the repository at this point in the history
…, 라우팅 설정 (#8)

* feat: react Query Provider 세팅

* feat: 라우팅 설정

* chore: commitlint 세팅

* feat: axiosInstance 생성

* refactor: router를 App에서 분리
  • Loading branch information
DongjaJ authored Sep 7, 2023
1 parent 7a8f172 commit 6f00abd
Show file tree
Hide file tree
Showing 21 changed files with 1,499 additions and 46 deletions.
1 change: 1 addition & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "extends": ["@commitlint/config-conventional"] }
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ dist-ssr
*.njsproj
*.sln
*.sw?

.history
.env
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit "$1"
Loading

0 comments on commit 6f00abd

Please sign in to comment.