mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3207] [Enhancement]: Requesting Assistance to Optimize Frontend Development Workflow with Yarn/npm #1059
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1059
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CodeWizarz on GitHub (Jul 23, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3207
Is there an existing issue for this?
Current behavior
Currently running the server, admin dashboard and the frontend part using docker itself which is an efficient i agree. But whenever we make changes in the hoppscotch-common dir we are required to rebuild the complete process using docker which is a time consuming process.
So i was expecting if there's an alternative way to run frontend app using any package manager. I tried to run pnpm dev on hoppscotch-common dir yet it returns with some errors.
Steps to reproduce
cd hoppscotch root dir
run sudo docker-compose build
run sudo docker-compose up (which will bring up server and ui)
make changes for the frontend part in hoppscotch-common dir
rebuild whole using docker
Environment
Production
Version
Local
@CodeWizarz commented on GitHub (Jul 24, 2023):
@liyasthomas Hey thomas can you help me with this.
@AndrewBastin commented on GitHub (Sep 6, 2023):
@CodeWizarz you can run the instance directly through
hoppscotch-selfhost-webpackage as it useshoppscotch-commonto run the remainder of things.But do note this is a behaviour only kept for development uses.