Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 793 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 793 Bytes

Vue Shopping Cart

Technologies

Development

  • Deno.js server
  • Vue.js client

Gettting Started

Update enviroments in web and server folder then run command line

bun run dev

Web (Frontend)

Rename .env.example to .env in client folder and update API enviroments.

VITE_ALOVA_TIPS=0
VITE_BASE_URL_API=http://localhost:8000

then run command line

bun run dev --filter=@app/web

API (Backend)

Rename .env.example to .env in server folder then run command line:

bun run dev --filter=@app/server

License

MIT © Dang Van Thanh