Create Project

Use the copper create command to create a new project -

$ copper create github.com/nasa/starship
$ cd starship
$ copper run -watch

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 -

-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