Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: add start.sh #17

Merged
merged 2 commits into from
Jan 28, 2025
Merged

Feat: add start.sh #17

merged 2 commits into from
Jan 28, 2025

Conversation

JedBeom
Copy link
Contributor

@JedBeom JedBeom commented Jan 28, 2025

Test Plan

  • Dev:
./start.sh -d
  • Release:
./start.sh -r
  • Usage:
./start.sh -h

Stack created with Sapling. Best reviewed with ReviewStack.

@JedBeom JedBeom mentioned this pull request Jan 28, 2025
Copy link

codecov bot commented Jan 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

- Install reqwest for http client
- Add `--reverse-proxy` arg
- This commit is based on [axum example](https://github.com/tokio-rs/axum/tree/main/examples/reqwest-response)

## Test Plan

- Start expo dev server

```
cd frontend
pnpm expo start
```

- Run Rune server with `--reverse-proxy`

```
cargo run -- --reverse-proxy
```

- Visit http://127.0.0.1:8080 and see the RNW page
@JedBeom JedBeom force-pushed the pr17 branch 2 times, most recently from d4f5bec to c17cc34 Compare January 28, 2025 04:01
## Test Plan

- Dev:
```bash
./start.sh -d
```

- Release:
```bash
./start.sh -r
```

- Usage:
```base
./start.sh -h
```
@JedBeom JedBeom merged commit d08994e into main Jan 28, 2025
20 checks passed
@JedBeom JedBeom deleted the pr17 branch January 28, 2025 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants