Back to course

Understanding the Project Structure

React JS 0 to Hero: The Complete Guide

Anatomy of a React Project

  • node_modules/: External dependencies.
  • public/: Static assets like icons.
  • src/: Where your code lives.
    • main.jsx: Entry point.
    • App.jsx: The root component.
    • index.css: Global styles.