What you will learn in this video?
1. Install node & bun. After this, you will not type npm anymore.
2. Install react web development using bun.
3. How to run web server using bun instead of npm.
4. Save your project to github for version control purpose.
This Video Series Link: • ReactJS + ReactStrap + Bun [Newbie Series]
Previous Video: 0. Project Overview ( What will you learn in this project or what the purpose of the video series )
Links:
NodeJS download link: https://nodejs.org/en/download/current
Bun download link: https://bun.sh/docs/installation
Github link: https://github.com/AkiraToya/basicbun...
This Github commit link: https://github.com/AkiraToya/basicbun...
To clone:
1. Go to terminal and go to the project folder you want.
2. Type "git clone https://github.com/AkiraToya/basicbun... ." ( dot means current folder )
3. Type "git checkout 3155a456f0a5f5b80438ed03cd99bfbb6e022a9a"
Timecode:
00:00 Install Node & NPM
00:15 Install Bun
00:45 Setup Project Name
01:03 Setup ReactJS Application
01:26 Run Web Server using Bun
01:48 Setup Github for Version Control
Thanks for watching. Hope this video series helps you learn faster.