/zapzap

What's App Clone

Primary LanguageVue

ZapZap's

This is a base clone from visualizing whatsapp's web interface.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Project Setup

Yes, im using Bun. Feel free to use npm/yarn

# NPM
npm install -g bun

# YARN
yarn global add bun

# Install bun
bun install

Compile and Hot-Reload for Development

bun run dev

Type-Check, Compile and Minify for Production

bun run build

Lint with ESLint

bun run lint