Copper
  • 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
On this page

Was this helpful?

  1. Getting Started
  2. Create Project

Tailwind

PreviousGo TemplatesNextReact

Last updated 2 years ago

Was this helpful?

If you'd like to style your HTML pages with , 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

Tailwind
http://localhost:5901