- ReactJs Typescript
- TailwindCss
- Framer Motion
- Firebase
- Git
- Nodejs version 14 or higher (we recommend using nvm)
- yarn ( or npm )
- Open terminal and clone the repo :
git clone https://github.com/IslemMedjahdi/whatsapp-v2-clone/
- then :
yarn install
- then :
create a .env file in the root folder then put your firebase configuration ( check firebase documentation to get started )
REACT_APP_FIREBASE_API_KEY =
REACT_APP_FIREBASE_AUTH_DOMAIN =
REACT_APP_FIREBASE_PROJECT_ID =
REACT_APP_FIREBASE_STORAGE_BUCKET =
REACT_APP_FIREBASE_MESSAGING_SENDER_ID =
REACT_APP_FIREBASE_APP_ID =
- then :
yarn start