Create Project
Create your first Copper project
Quick Start
copper create github.com/yourname/myapp
cd myapp
copper run -watchCreates a full-stack app with React and PostgreSQL at http://localhost:5901
Options
Customize your project template with -frontend and -storage flags:
copper create -frontend=<option> -storage=<option> github.com/yourname/app-frontend
inertia:react(default) - React with Inertia.jsnone- API-only, no frontend
-storage
postgres(default) - PostgreSQL databasesqlite3- SQLite databasemysql- MySQL databasenone- No database
Last updated
Was this helpful?