[GH-ISSUE #3207] [Enhancement]: Requesting Assistance to Optimize Frontend Development Workflow with Yarn/npm #1059

Closed
opened 2026-03-16 18:19:56 +03:00 by kerem · 2 comments
Owner

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?

  • I have searched the existing issues

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

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? - [X] I have searched the existing issues ### 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
kerem 2026-03-16 18:19:56 +03:00
Author
Owner

@CodeWizarz commented on GitHub (Jul 24, 2023):

@liyasthomas Hey thomas can you help me with this.

<!-- gh-comment-id:1648310091 --> @CodeWizarz commented on GitHub (Jul 24, 2023): @liyasthomas Hey thomas can you help me with this.
Author
Owner

@AndrewBastin commented on GitHub (Sep 6, 2023):

@CodeWizarz you can run the instance directly through hoppscotch-selfhost-web package as it uses hoppscotch-common to run the remainder of things.

But do note this is a behaviour only kept for development uses.

<!-- gh-comment-id:1708683123 --> @AndrewBastin commented on GitHub (Sep 6, 2023): @CodeWizarz you can run the instance directly through `hoppscotch-selfhost-web` package as it uses `hoppscotch-common` to run the remainder of things. But do note this is a behaviour only kept for development uses.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1059
No description provided.