Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 387 Bytes

File metadata and controls

24 lines (17 loc) · 387 Bytes

AI using TypeScript

Quick start

Run commands to enter to the typescript container

docker build -t ts-env -f node.docker .
docker run -dt --publish 5173:5173 --name typescript -v ./src/:/workspace/ ts-env:latest
docker exec -it typescript bash
npm i

Run vite

npm run dev

Run main.ts script using nodejs

npx tsx src/main.ts