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
- Host: GitHub
- URL: https://github.com/gocopper/examples
- Owner: gocopper
- Created: 2022-06-05T12:33:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T16:26:31.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T19:42:24.449Z (about 2 years ago)
- Language: CSS
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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