A collection of example projects using Copper.
Project | Description |
---|---|
Hacker News | A minimal HN clone built using Copper + Tailwind |
- Install Copper & Wire
❯ go install github.com/gocopper/cli/cmd/copper@v1
❯ go install github.com/google/wire/cmd/wire@latest
- Clone Repository
❯ git clone https://github.com/gocopper/examples.git copper-ex
- Run App Server
❯ cd copper-ex/<project>
❯ copper run
- Run NPM (if applicable)
❯ cd copper-ex/<project>/web
❯ npm run dev
- Open http://localhost:5901 in browser