An open API service indexing awesome lists of open source software.

https://github.com/gocopper/examples

Example projects using copper
https://github.com/gocopper/examples

Last synced: 5 months ago
JSON representation

Example projects using copper

Awesome Lists containing this project

README

          



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
```shell
❯ go install github.com/gocopper/cli/cmd/copper@v1
❯ go install github.com/google/wire/cmd/wire@latest
```

2. Clone Repository
```
❯ git clone https://github.com/gocopper/examples.git copper-ex
```

3. Run App Server
```
❯ cd copper-ex/
❯ copper run
```

4. Run NPM (if applicable)
```
❯ cd copper-ex//web
❯ npm run dev
```

5. Open http://localhost:5901 in browser