This is the Talker frontend for a real-time chat application built with Node.js and Socket.IO.
- Node.js
- npm
-
Clone the repository:
-
Navigate to the project directory:
cd talker-frontend
-
Install dependencies:
npm install
Start the development server:
npm run dev
The application will be available at http://localhost:5173
.
To create a production build:
npm run build
The built files will be in the dist
directory.
npm start
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
-
LinkedIn: Ummar Farooq PK
-
Live Demo: talker.fun