1.0.1 • Published 5 months ago
@jox51/my-boilerplate v1.0.1
@jox51/my-boilerplate
A CLI tool to create new projects from a Laravel React Inertia boilerplate.
Quick Start (Recommended)
Create a new project instantly without installing:
npx @jox51/my-boilerplate my-appAlternative: Global Installation
If you plan to use this tool frequently:
npm install -g @jox51/my-boilerplate
create-my-boilerplate my-appUsage
This will create a new Laravel + React + Inertia project in a directory called my-app.
Features
- Creates a new Laravel project with React and Inertia.js pre-configured
- Sets up a modern development environment
- Includes best practices and common configurations
Requirements
- Node.js 18 or higher
- npm 6 or higher
- Git
License
MIT