A modern web application built with React and Vite.
-
Clone the repository: git clone cd bonc-project
-
Install dependencies: npm install
yarn
Start the development server:
npm run dev
yarn dev
To create a production build:
npm run build
yarn build
bonc-project/ ├── public/ # Static files ├── src/ │ ├── assets/ # Images, styles, etc. │ ├── components/ # Reusable components │ ├── pages/ # Page components │ ├── App.jsx # Main App component │ └── main.jsx # Entry point ├── .eslintrc.cjs # ESLint configuration ├── .gitignore # Git ignore file ├── index.html # HTML template ├── package.json # Project dependencies └── vite.config.js # Vite configuration