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

ability to open bbb-playback with npm start #203

Open
asharifauzan opened this issue Jun 2, 2022 · 1 comment
Open

ability to open bbb-playback with npm start #203

asharifauzan opened this issue Jun 2, 2022 · 1 comment

Comments

@asharifauzan
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I want to develop bbb-playback but I'm getting 404 error when I ran npm start. To see the changes what I've worked I have to build it. It will be better if I can see the result while using npm start

Describe the solution you'd like
A clear and concise description of what you want to happen.
just run npm start and we can see the result. similar with npm start in bigbluebutton-html5

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
npm run build to see changes what I've worked

Additional context
Add any other context or screenshots about the feature request here.
image

@pedrobmarin
Copy link
Collaborator

Did you try using nodemon?

The problem with npm start is that the entire playback feature was designed to keep the same full-static strategy the previous playback had. So there's no need to keep a running node process for this feature.

But I understand your frustration. I guess we could even resurrect the old create-react-app scripts for a dev-mode or so.

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

No branches or pull requests

2 participants