filmov
tv
Build and Deploy Claude Artifacts on Replit
![preview_player](https://i.ytimg.com/vi/HdrQBUfu2eg/maxresdefault.jpg)
Показать описание
🚀 Build and deploy Claude Artifacts with Replit in minutes.
Join Matt Palmer, DevRel Engineer at Replit, as he demonstrates how to create a beautiful to-do app using Claude 3.5 Sonnet and deploy it instantly. Perfect for beginners and experienced developers alike.
🔑 Key Topics:
• Replit & Claude artifacts introduction
• Vite-React project setup
• shadcn/ui & TailwindCSS integration
• AI-assisted development with Claude
• One-click deployment with Replit
🔗 Important Links:
🔥 Get started:
Want to get started with all Replit has to offer? Check out Replit Core:
📚 Chapters:
00:00 Introduction
00:57 Getting Started with Replit
01:53 Creating a New Repl
02:55 Understanding the Replit Environment
04:44 Generating a To-Do App with Claude
06:43 Configuring shadcn/ui and TailwindCSS
09:57 Building the To-Do Application
12:11 Improving the App with Claude
15:39 Deploying the Application
18:30 Final Thoughts and Next Steps
👨💻 Code Snippets:
Installation:
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}
import path from "path"
import { defineConfig } from "vite"
export default defineConfig({
plugins: [react()],
resolve: {
alias: {
},
},
})
🐦 Follow Matt for more AI-powered dev content:
#Replit #ClaudeAI #WebDevelopment #AIAssisted
Join Matt Palmer, DevRel Engineer at Replit, as he demonstrates how to create a beautiful to-do app using Claude 3.5 Sonnet and deploy it instantly. Perfect for beginners and experienced developers alike.
🔑 Key Topics:
• Replit & Claude artifacts introduction
• Vite-React project setup
• shadcn/ui & TailwindCSS integration
• AI-assisted development with Claude
• One-click deployment with Replit
🔗 Important Links:
🔥 Get started:
Want to get started with all Replit has to offer? Check out Replit Core:
📚 Chapters:
00:00 Introduction
00:57 Getting Started with Replit
01:53 Creating a New Repl
02:55 Understanding the Replit Environment
04:44 Generating a To-Do App with Claude
06:43 Configuring shadcn/ui and TailwindCSS
09:57 Building the To-Do Application
12:11 Improving the App with Claude
15:39 Deploying the Application
18:30 Final Thoughts and Next Steps
👨💻 Code Snippets:
Installation:
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}
import path from "path"
import { defineConfig } from "vite"
export default defineConfig({
plugins: [react()],
resolve: {
alias: {
},
},
})
🐦 Follow Matt for more AI-powered dev content:
#Replit #ClaudeAI #WebDevelopment #AIAssisted
Комментарии