Last updated 2 years ago
Was this helpful?
If you'd like to build your frontend with , use the vite:react frontend stack -
vite:react
$ copper create -frontend=vite:react github.com/nasa/starship
Run the server -
$ cd starship $ copper run -watch
In a separate terminal window, run the Vite server -
$ cd starship/web $ npm run dev
Open