We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make it easy to clone frontend without backend and vice versa.
Yarn workspaces is the obvious way to go but a package.json in a Python/Flask backend subdirectory would be relatively useless...
package.json
start
build
test
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Make it easy to clone frontend without backend and vice versa.
Yarn workspaces is the obvious way to go but a
package.json
in a Python/Flask backend subdirectory would be relatively useless...start
scripts in root package.json to run development frontend, backend, and both concurrently.build
scripts in root package.json to run build commands of respective subdirectoriestest
scripts in root package.json to run test commands of respective subdirectoriesThe text was updated successfully, but these errors were encountered: