--NOTES (1st class - part 2) drive.google.com/file/d/1CwOyU7q6SX6bMESaWPeV4h_eNp5CA_WL/view?usp=drive_link All commands use in this1st lecture drive.google.com/file/d/10Qj3mMnzklIsHkWnWRzVXy2qDXcBrH1m/view?usp=drive_link -- Github Repo about next js Hello World github.com/panaverse/learn-nextjs/tree/main/step00_helloworld -- WHATSAPP GROUP SUNDAY MORNING chat.whatsapp.com/HmIxVCDEtVdEybEAySvT0r TIMESTAMPS: 0:00 Job interview question 0:23 Why we use Next JS Framework? 1:35 Prerequirements for Next JS 3:06 How to check versions of Node JS , npm etc? 4:56 Initialization of Project (boiler plate ) of Next JS 11:40 Basic Next JS project 16:03 Error In Next JS Project 19:17 What is Local Host ? (SERVER) 21:58 How to close the server ( on terminal ) after completing Project ? 23:29 If we cut Terminal , all record would be lost 23:52 REVISION 28:28 HELLO WORLD in NEXT JS 32:36 Error In WEB PAGE 35:55 How to change project name (other then the by default name i.e my-app)? 39:00 Why always Local Host is 3000?