Skip to content

nilima-t/bonc-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BONC Project

A modern web application built with React and Vite.

Installation

  1. Clone the repository: git clone cd bonc-project

  2. Install dependencies: npm install

    or

    yarn

Development

Start the development server:

npm run dev

or

yarn dev

Build

To create a production build:

npm run build

or

yarn build

Project Structure

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published