Skip to content

jeantivan/chat-me

Repository files navigation

Whatsapp web clone (Frontend)

Chat Me main page

Check it out here!

Try it locally

  • Clone the repository and install the dependencies

  •       git clone https://github.com/jeantivan/chat-me.git
          cd chat-me
          npm run install
    
  • Build and run the project (Production mode)

  •     npm run build
        npm run preview 
    
  • Run the project (Development mode)

  •     npm run dev
    

Scripts available

{
  "scripts": {
    "dev": "vite", // start dev
    "build": "vite build", // build for production
    "preview": "vite preview" // locally preview production build
  }
}