Plotting and Table example for the April Primer Webinar!
- Open VSCode
- In the opening Welcome window you should see "Clone Git Repository..."
- If you do NOT see #2 you can navigate to the "Source Control" window by clicking the 3 hollow dots with lines between them (optionally you can press Ctrl + Shift + G on your keyboard)
- Click "Clone Repository..." here
- Click Clone From Github (You may be required to Login to Your GitHub!) -> Follow the prompts for logging in
- Type "krowvin/react-demo" - this should then show the example code under my repo
- Click to select this repository for cloning
- You should now see all the files you need!
- Proceed to step 7 below
- Navigate to where you keep your programming projects
- In the terminal run:
- npm create vite@latest -wc (all lowercase)
- Select “React” and press enter
- Select “JavaScript” and press enter
- cd -wc
- npm install
- npm run dev -> Ctrl + C to exit!
- [optional] npm install bootstrap