A customizable chatbox component for web applications.
npm install @jamerly/chatboxThis is a simple chat application built with React, TypeScript, and Vite.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Node.js and npm (or yarn) installed on your machine.
1. Clone the repo
``sh`
git clone https://github.com/your_username/chatbox.git
`
2. Install NPM packages
sh`
npm install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser. (The port may vary)
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the dist` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Lints the project files using ESLint.
Serves the production build locally to preview the app.
* React - The web framework used
* Vite - Build tool
* TypeScript - Language