Skip to content

Latest commit

 

History

History
171 lines (121 loc) · 6.31 KB

README.md

File metadata and controls

171 lines (121 loc) · 6.31 KB

Netlify Status

Vite logo


npm package node compatibility build status Start new PR in StackBlitz Codeflow discord chat


Vite+React APP

This is a Vite + React project with TailwindCSS integration.


Installation

To use this project, you can either download the code or clone the repository using git:

git clone https://github.com/talukdersoumen/talukdersoumen.github.io.git

Then, navigate to the project directory and install the required dependencies using npm:

cd talukdersoumen.github.io
npm install

Usage

Once you have installed the dependencies, you can start the development server using the following command:

npm run dev

This will start the server at http://localhost:3000 and open your default browser.

To build the production-ready code, you can run:

npm run build

This will create a dist folder with your built code, which you can deploy to a server.


Features

This project comes with the following features out of the box:

  • React: a popular library for building user interfaces.
  • Vite: a fast and minimalist build tool that is used to run the development server and build the project.
  • TailwindCSS: a utility-first CSS framework that helps you quickly build custom designs.
  • ESLint: a linter tool for identifying and reporting on patterns found in JavaScript code.
  • Prettier: a code formatter that helps you maintain consistent code style.

  • Folder structure

    This project has the following folder structure:

    ├── .github
    ├── .vscode
    ├── dist
    ├── node_modules
    ├── public
    │   ├── favicon.ico
    │   └── robots.txt
    ├── src
    │   ├── assets
    │   ├── components
    │   ├── pages
    │   ├── App.css
    │   ├── App.jsx
    │   ├── index.css
    │   └── main.jsx
    ├── .gitignore
    ├── babel-plugin-macros.config.js
    ├── babel.config.js
    ├── index.html
    ├── package-lock.json
    ├── package.json
    ├── postcss.config.js
    ├── README.md
    ├── tailwind.config.js
    └── vite.config.js
  • public : contains the index.html file and any static assets (like images or fonts) that are used in the app.
  • src: contains the React components and any other JavaScript or CSS files that make up the app.
  • .eslintrc.js: contains the ESLint configuration for the project.
  • .gitignore: specifies which files and directories should be ignored by Git.
  • package.json: specifies the dependencies and scripts for the project.
  • postcss.config.js: contains the PostCSS configuration for the project.
  • README.md: this file.
  • vite.config.js: contains the Vite configuration for the project.

  • Contributing

    Contributions are always welcome! If you have any suggestions, bug reports, or pull requests, please open an issue or a pull request on GitHub.


    Vite ⚡

    Next Generation Frontend Tooling

    • 💡 Instant Server Start
    • ⚡️ Lightning Fast HMR
    • 🛠️ Rich Features
    • 📦 Optimized Build
    • 🔩 Universal Plugin Interface
    • 🔑 Fully Typed APIs

    Vite (French word for "quick", pronounced /vit/, like "veet") is a new breed of frontend build tooling that significantly improves the frontend development experience. It consists of two major parts:

    In addition, Vite is highly extensible via its Plugin API and JavaScript API with full typing support.

    Read the Docs to Learn More.

    Packages

    Package Version (click for changelogs)
    vite vite version
    @vitejs/plugin-legacy plugin-legacy version
    create-vite create-vite version

    Contribution

    See Contributing Guide.

    License

    MIT.

    Sponsors

    sponsors