If you'd like to build your frontend with React and style it with Tailwind, use the vite:react:tailwind frontend stack -
vite:react:tailwind
$ copper create -frontend=vite:react:tailwind 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 http://localhost:5901
Last updated 2 years ago
Was this helpful?