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

Subdirectory Package Support #9

Open
4 of 7 tasks
israelias opened this issue Aug 26, 2021 · 0 comments · Fixed by #14 or #19
Open
4 of 7 tasks

Subdirectory Package Support #9

israelias opened this issue Aug 26, 2021 · 0 comments · Fixed by #14 or #19

Comments

@israelias
Copy link
Owner

israelias commented Aug 26, 2021

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...

  • Add root package.json
  • Add backend package.json
  • Modify frontend package.json name to work with yarn workspaces from root directory
  • Add start scripts in root package.json to run development frontend, backend, and both concurrently.
  • Add scripts to backend/package.json that run the various subdirectory python commands for development and production
  • Add build scripts in root package.json to run build commands of respective subdirectories
  • Add test scripts in root package.json to run test commands of respective subdirectories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant