This project is a React application bootstrapped with Vite.
Make sure you have the following installed:
- Node.js (>= 12.x)
- npm (>= 6.x) or yarn (>= 1.22.x)
- Clone the repository:
git clone https://github.com/JaiSwarup/web-buzz.git
cd react-vite-app- Install dependencies:
npm install
# or
yarn installTo start the development server, run:
npm run dev
# or
yarn devThe app will be available at http://localhost:3000.
To build the app for production, run:
npm run build
# or
yarn buildThe output will be in the dist directory.
To preview the production build locally, run:
npm run serve
# or
yarn serveTo lint the code, run:
npm run lint
# or
yarn lintTo format the code, run:
npm run format
# or
yarn formatContributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.