kriasoft / kriasoft/react-firebase-starter

Override project URL using relative path

Open
#169 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4.5k
Forks
752
PR merge metrics
No merged PRs in 30d

Description

Right now, RSB assuming my app is served at the server root. It's hard to override it.

---
Current:
we can access it via http://domain.com/ as a root. But we can't make the another project inside using sub-folder.

Future:
we can access it via http://domain.com/sub-folder/ as a root

---
For your reference:

[create-react-app](https://github.com/facebookincubator/create-react-app) have an ability to change it via `package.json` -- [link](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#building-for-relative-paths)

---
If you have a solution about this, maybe you should update the doc.
Thanks for creating this wonderful project!

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the project's URL and build configuration, then compare it with the create-react-app relative-path guidance linked in the issue. Done means the app can be served from a sub-folder such as /sub-folder/ instead of only the server root, with documentation updated if configuration is required.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react
Domain
frontend, web-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.