Build a Bot
Contents
+
Lesson 1: Introduction to the CourseLesson 2: Getting Set UpLesson 3: Understanding the Master PromptLesson 4: Working with Next.jsLesson 5: Downloading DependenciesLesson 6: Creating the HomepageLesson 7: Creating the Chatbot PageLesson 8: Setting up The Backend API RouteLesson 9: Pushing the Project to GitHubLesson 10: Deploying the Project on Vercel
Lesson 5: Downloading Dependencies
Dependencies are the packages that Next.js will need in order to run successfully. Here we download them all before we begin to build. Without them the project will not run
Next Lesson