Skip to content

JaiSwarup/web-buzz

Repository files navigation

React Vite App

This project is a React application bootstrapped with Vite.

Getting Started

Prerequisites

Make sure you have the following installed:

  • Node.js (>= 12.x)
  • npm (>= 6.x) or yarn (>= 1.22.x)

Installation

  1. Clone the repository:
git clone https://github.com/JaiSwarup/web-buzz.git
cd react-vite-app
  1. Install dependencies:
npm install
# or
yarn install

Running the App

To start the development server, run:

npm run dev
# or
yarn dev

The app will be available at http://localhost:3000.

Building for Production

To build the app for production, run:

npm run build
# or
yarn build

The output will be in the dist directory.

Previewing the Production Build

To preview the production build locally, run:

npm run serve
# or
yarn serve

Linting and Formatting

To lint the code, run:

npm run lint
# or
yarn lint

To format the code, run:

npm run format
# or
yarn format

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors