Skip to content

gocopper/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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