Skip to content

nikhilsk/Lets-REACT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshop-REACT

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! 🎨💻

Github setup

  • 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

Setup

  1. Clone the repository.
  2. Run npm install to install dependencies.
  3. Start the project with npm start.

If Npm fails

  1. curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
  2. vi ~/.bashrc
  3.  export NVM_DIR="$HOME/.nvm"
     [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
  4. source ~/.bashrc

About

This workshop aims to teach ReactJS and it's deployment using a simple application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •