1. Make repository folder

<aside> 👉 mkdir hxxhooks > cd hxxhooks > mkdir useTitle

</aside>

2. Make javaScript file (in useTitle folder)

3. Add Others file

4. git init, npm init

\\hxxhooks $ git init
\\hxxhooks $ cd useTitle
\\hxxhooks\\useTitle $ npm init

※ git repository : https://github.com/hxxtae/hxxhooks 로 변경

※ git repository : https://github.com/hxxtae/hxxhooks 로 변경

5. npm i react react-dom

$ npm i react react-dom

6. package.json 수정