@jamerly/chatboxtest
v0.1.9
Published
A customizable chatbox component for web applications.
Readme
ChatBox
This is a simple chat application built with React, TypeScript, and Vite.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
You need to have Node.js and npm (or yarn) installed on your machine.
Installation
- Clone the repo
git clone https://github.com/your_username/chatbox.git - Install NPM packages
npm install
Available Scripts
In the project directory, you can run:
npm run dev
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.
npm run build
Builds the app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
npm run lint
Lints the project files using ESLint.
npm run preview
Serves the production build locally to preview the app.
Built With
- React - The web framework used
- Vite - Build tool
- TypeScript - Language
