/ai-in-frontend

This repo teaches how to use off the self tools to start with AI as a frontend engineer

Primary LanguageJavaScript

Install

npm i

Ollama: https://ollama.com/download

Run

ollama run codellama:7b

Run this app via

npm i

// for client app
npm run dev

// for server app
cd server
node index.js