tezvyn:

Scaffolding a Vite Project with `create-vite`

Source: vite.devbeginner

Use `create-vite` to instantly generate a new web project with your chosen framework. It's the fastest way to start a Vue, React, or Svelte app without manual setup. The footgun is forgetting you can pass a `--template` flag to skip interactive prompts.

Use `create-vite` to instantly generate a new web project, pre-configured for your chosen framework like Vue, React, or Svelte. It's the fastest way to get a development server running without wrestling with manual setup. The common footgun is running the interactive wizard every time; you can automate setup by passing a `--template` flag directly in the command, though `npm` requires a special `--` separator before the flags.

Read the original → vite.dev

Get five bites like this every day.

Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.

Scaffolding a Vite Project with `create-vite` · Tezvyn