Create Project
Use the copper create
command to create a new project -
Open http://localhost:5901 in your browser.
You can configure the project template using -frontend
and -storage
arguments.
-frontend
The Copper CLI provides templates for the following frontend frameworks & libraries -
Go Templates (default)
-storage
Configure your storage stack using the -storage
argument. By default, it's set to sqlite3
. You have options to set it to postgres
, mysql
, or skip storage entirely with none
.
Last updated
Was this helpful?