Skip to content

Files

Latest commit

577a5bd · Sep 10, 2024

History

History

styling-components

Styling React Apps

Key Topics

  • Styling with Vanilla CSS
  • Scoping Styles with CSS Modules
  • CSS-in-JS Styling with "Styled Components"
  • Styling with Tailwind CSS
  • Static & Dynamic (Conditional) Styling

Running the Application

To run the application, follow these steps:

git clone https://github.com/ThomasCode92/react-complete-guide
cd complete-path/styling-components   # navigate to project folder
npm run install                       # install dependencies
npm run dev                           # start development server

Open http://localhost:5173 in a browser to view the application.