Skip to content

Commit

Permalink
Merge pull request #6 from 100-hours-a-week/dev
Browse files Browse the repository at this point in the history
Dev -  개발환경 세팅 올립니다 ~
  • Loading branch information
Yeonsu00-12 authored Aug 14, 2024
2 parents 45db51e + 052ebb8 commit 5e3c4bb
Show file tree
Hide file tree
Showing 38 changed files with 709 additions and 15 deletions.
27 changes: 27 additions & 0 deletions hth/src/App.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import React from 'react';
import logo from './logo.svg';
import './App.css';

// 주석 test : dev로 변경
function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.tsx</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div>
);
}

export default App;
261 changes: 261 additions & 0 deletions package-lock.json

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

Loading

0 comments on commit 5e3c4bb

Please sign in to comment.