Initial (1) 썸네일형 리스트형 React - Creating a Template When you create a react app there are many unnecessary files that come with it. I find it easier just to delete them all and add what is necessary. I will show you how Completed Template In case you just want the completed file right away. Here you go App.js function App() { return ( Test ) } export default App index.js import React, { StrictMode } from "react"; import ReactDOM from 'react-dom/c.. 이전 1 다음