GITHUB 팀계정 - https://github.com/CBNU-2024-Eclipse
This section details the responsibilities and guidelines for the development of components and functionality within our React application. The focus is on creating efficient, reusable components and ensuring the application meets functional requirements.
src/components: Contains all reusable components.src/page: Houses the main pages of the application, built using the components.
App.js: The root component that wraps all other page components.index.js: Entry point for the React application, renders the App component.reportWebVitals.js: Used for monitoring performance metrics.setupTests.js: Configures the testing environment.
-
Install dependencies npm install
-
Run the application locally npm start
-
npm run build Builds the app for production to the
buildfolder. It correctly bundles React in production mode and optimizes the build for the best performance.