gocopper / examples

Example projects using copper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copper logo


Copper Examples

A collection of example projects using Copper.

Projects

Project Description
Hacker News A minimal HN clone built using Copper + Tailwind

Run Any Project Locally

  1. Install Copper & Wire
❯ go install github.com/gocopper/cli/cmd/copper@v1
❯ go install github.com/google/wire/cmd/wire@latest
  1. Clone Repository
❯ git clone https://github.com/gocopper/examples.git copper-ex
  1. Run App Server
❯ cd copper-ex/<project>
❯ copper run
  1. Run NPM (if applicable)
❯ cd copper-ex/<project>/web
❯ npm run dev
  1. Open http://localhost:5901 in browser

About

Example projects using copper


Languages

Language:CSS 50.1%Language:Go 36.1%Language:HTML 13.4%Language:JavaScript 0.4%