Skip to content

Commit

Permalink
feat: json-server라이브러리 설치
Browse files Browse the repository at this point in the history
  • Loading branch information
LAIIonKING committed Nov 12, 2022
1 parent 3275054 commit 5511a47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added client/data/data.json
Empty file.
3 changes: 3 additions & 0 deletions client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import Layout from './components/layout/js/Layout';
import Home from './components/home/js/Home';

function App() {
//json-server 주소
//json-server --watch data.json --port 3001

return (
<>
<Routes>
Expand Down

0 comments on commit 5511a47

Please sign in to comment.