Welcome to the React Workshop! 🚀 This hands-on session will guide you through building interactive UI components and mastering React fundamentals in just 2 hours. Get ready to code, experiment, and bring your ideas to life! 🎨💻
- Create teams of 2-3
- Fork and clone the repo
- Click on fork on top right
git clone git@github.com:<user_name>/react-workshop.git
- Clone the repository.
- Run
npm installto install dependencies. - Start the project with
npm start.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bashvi ~/.bashrc-
export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
source ~/.bashrc