AI Chat Bot with Vue.js and GPT-4: Build Smarter Apps
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Explore the Project Boilerplate

In this lesson, you’ll download and setup the boilerplate code for the project.

git clone git@github.com:vueschool/ai-chatbot-course.git
cd ai-chatbot-course
git checkout boilerplate
npm install 
npm run dev

Then, we’ll take a tour around what already exists and see what we’ll build out together during the course.

Links