This course will teachyou all you need to know about nextJs
--basic knowledge of React js is required
Install all the dependencies needed for this project with - npm install in your terminal
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open https://localhost:3000 with your browser to see the result.
And don't forget to give this repository a star