Welcome to the REDI School Berlin 2024 Spring 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.
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-spring.git
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
Every lesson there will be a new branch with the relevant code for that lesson.
git checkout -b lesson-3-intro-to-react