Skip to content

Commit

Permalink
Merge pull request #9 from Hongmoon-gak/feature/preview/board
Browse files Browse the repository at this point in the history
[FEAT] 게시판 미리보기 구현 (#7)
  • Loading branch information
jh2ee authored Jul 21, 2023
2 parents 039b3b0 + 12b00be commit f4e5d1a
Show file tree
Hide file tree
Showing 11 changed files with 490 additions and 26 deletions.
226 changes: 222 additions & 4 deletions job1/package-lock.json

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

1 change: 1 addition & 0 deletions job1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.1",
"react-scripts": "5.0.1",
"styled-components": "^6.0.4",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions job1/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->

<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm"
crossorigin="anonymous"
/>

<title>Job 일</title>
</head>
<body>
Expand Down
Loading

0 comments on commit f4e5d1a

Please sign in to comment.