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

Improve React build by incorporating the watcher in base build commands #183

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bjoaquinc
Copy link
Contributor

Description:

Improved react build experience by:

  • Adding watchreact to npm run watch
  • Creating watchreactd
  • Adding watchreactd to .vscode/tasks.json so it runs when pressing CTRL/CMD + SHIFT + B

Issue:

@mathewpareles
Copy link
Contributor

I'm having trouble building on Windows. Any idea if there's a command being run that only works on Mac?
image

@bjoaquinc
Copy link
Contributor Author

bjoaquinc commented Dec 23, 2024

I'm having trouble building on Windows. Any idea if there's a command being run that only works on Mac?

image

The error "spawn npx ENOENT" seems to be related to a missing dependency being called (e.g. npx, nodemon, or scope-tailwind not installed).

All of those packages should run fine in Windows as well as Mac though. Were you able to get it running?

I'm trying to replicate this as well

@andrewpareles
Copy link
Contributor

@mathewpareles

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.

Build React Naturally
3 participants