Copper
copper
docs
github
Search
⌃K
Links
Intro to Copper
Getting Started
Installation
Create Project
Go Templates
Tailwind
React
React + Tailwind
REST API
Guides
HackerNews Clone
Deploy with Fly.io
The Basics
Directory Structure
Dependency Injection
Core
App Lifecycle
Configuration
Error Handling
Logging
HTTP
Routing
Read & Write JSON
HTML Views
Middleware
SQL
Queries
Migrations
Powered By
GitBook
Tailwind
If you'd like to style your HTML pages with
Tailwind
, use the
go:tailwind
frontend stack -
$ copper create -frontend=go:tailwind github.com/nasa/starship
Run the server -
$
cd
starship
$ copper run
-watch
In a separate terminal window, run the Tailwind server -
$ cd starship/web
$ npm run dev
Open
http://localhost:5901
Previous
Go Templates
Next
React
Last modified
8mo ago