npm i
Ollama: https://ollama.com/download
ollama run codellama:7b
npm i
// for client app
npm run dev
// for server app
cd server
node index.js
This repo teaches how to use off the self tools to start with AI as a frontend engineer
JavaScript
npm i
Ollama: https://ollama.com/download
ollama run codellama:7b
npm i
// for client app
npm run dev
// for server app
cd server
node index.js