Skip to content

Repository for the classes, exercises and examples of the React course, 2024 Fall semester, in Berlin

Notifications You must be signed in to change notification settings

ReDI-School/react-berlin-2024-fall

Repository files navigation

ReDI React Course 2024 Fall

Welcome to the ReDI School Berlin 2024 Fall ReactJS repository! This repository is the home for all the lesson code used throughout our class. It's designed to be a comprehensive resource for students to engage with the material in a hands-on way.

Cloning the Repository

To actively participate in the coding exercises during class, you'll need to clone the repository to your local machine. Cloning allows you to pull down a copy of the code, so you can follow along and experiment on your own.

git clone https://github.com/ReDI-School/react-berlin-2024-fall.git

Running the project

To run this project, you need to first download and install all the dependencies.

 npm install

Then, you can run your development server and access your application via browser (default http://localhost:5173/).

  npm run dev

Branches

Every lesson there will be a new branch with the relevant code for that lesson.

git checkout -b lesson-3-intro-to-react

About

Repository for the classes, exercises and examples of the React course, 2024 Fall semester, in Berlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published