# create-vite-app **Repository Path**: david_wong/create-vite-app ## Basic Information - **Project Name**: create-vite-app - **Description**: Create a Vite-powered app in seconds! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-13 - **Last Updated**: 2023-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # create-vite-app Create an app powered by [Vite](https://github.com/vitejs/vite). ```bash $ npm init vite-app $ cd $ npm install $ npm run dev ``` If using Yarn: ```bash $ yarn create vite-app $ cd $ yarn $ yarn dev ``` ## Templates Available templates: - `vue` (default) - `react` - `react-ts` - `preact` - `reason-react` To scaffold with specific template: ```bash $ npm init vite-app my-react-project --template react ```