UNPKG

vibe-init

Version:

Create a new project with good vibes ✨ - A modern full-stack monorepo template

67 lines (47 loc) 1.03 kB
# {{PROJECT_NAME}} {{PROJECT_DESCRIPTION}} This project was created using `vibe-init` with the `simple-react` template. ```sh pnpm dlx vibe-init@latest --template simple-react ``` ## Getting Started Install dependencies: ```bash pnpm install ``` Start the development server: ```bash pnpm dev ``` Build for production: ```bash pnpm build ``` ## What's Included - **React 18** with TypeScript - **Vite** for fast development and building - **ESLint** for code linting - **Hot Module Replacement** for instant updates ## Project Structure ``` {{KEBAB_CASE_NAME}}/ ├── src/ │ ├── App.tsx │ ├── main.tsx │ └── index.css ├── public/ ├── package.json ├── tsconfig.json ├── vite.config.ts └── README.md ``` ## Available Scripts - `pnpm dev` - Start development server - `pnpm build` - Build for production - `pnpm preview` - Preview production build - `pnpm lint` - Run ESLint - `pnpm lint:fix` - Fix ESLint issues ## Author {{AUTHOR}} ## License MIT