Frenzy is a real-time chat application built with React.
- Real-time messaging
- Join the chat room
- User authentication (login/signup)
- Clone the repository:
git clone https://github.com/nroggendorff/frenzy.git
- Install dependencies:
cd frenzy && npm install
To start the development server, clone the repository run the following command:
npm run dev
The client will be available at http://localhost:5173
.
To build the production version of the application, clone the repository run the following command:
npm run build
the app will be available in dist/
If you're super sexy and cool (like me) you can build this directly to github pages with:
npm run deploy
The app will be available at {username}.github.io/frenzy/
Contributions are welcome! Please feel free to open a pull request.
This project is licensed under the MIT License.