/whatsapp-clone

A CRUD Whatsapp clone made using Next.js, TailwindCSS and Firebase

Primary LanguageTypeScript

[W.I.P.] Whatsapp Clone

A CRUD Whatsapp clone made with React (Next.js), TailwindCSS, Chakra-UI and Firebase

Development

// install the dependencies
yarn // or npm i

// running the development server
yarn dev // or npm run dev

// building the app
yarn build // or npm run build