My react vite project folders structure

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024

Комментарии • 7

  • @perstry2397
    @perstry2397 2 года назад +1

    thank you sir for this, gonna help a lot in my career

  • @danielSafonyan
    @danielSafonyan Год назад

    Thank you for the video! I was looking for Vite React Project Strcuture and didn't know that React docs have a special section, but it's called File Structure.

    • @nathankrasney
      @nathankrasney  Год назад

      Yes, the new docs has this section. But there are very general guidelines. React does not have an opinon of what exactly is this file structure

  • @hichamamroussi9087
    @hichamamroussi9087 Год назад

    You moved node_modules folder to a different directory than package.json. I tried to do the same but when I run "npm run dev" it says it can't find vite

    • @nathankrasney
      @nathankrasney  Год назад

      It indicate that vite is not installed. npm I might help

    • @hichamamroussi9087
      @hichamamroussi9087 Год назад

      @@nathankrasney It's not possible because I created the project with ""npm create vite@latest". It's because I tried to structure my folders the same as in your video, moving the "node_modules" folder to the "Client" folder

  • @johnm8358
    @johnm8358 Год назад

    github for this?