# Create FSD Vite
Create Vite project with Feature-Sliced Design.
- [Feature-Sliced Design](https://feature-sliced.design/ru/docs/get-started/overview)
- [Vite](https://vitejs.dev/)
## Usage```bash
npx create-fsd-vite
cd my-project
npm install
npm run dev
```