Set up common directory for sharing components between publisher + agency-dashboard #61
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the change
See guide for setting up a simple React monorepo: https://jibin.tech/blog/monorepo-with-create-react-app/
Configure repo with yarn workspaces, create new
agency-dashboard
react app +common
top level directory for sharing code betweenpublisher
andagency-dashboard
.Use
react-app-rewired
to configure CRA to compile code incommon
directory.To use this, you would import
common
code into your app withfrom "@justice-counts/common/[directory to your component]";
agency-dashboard
is just a skeleton app that demonstrates importing a simple component from thecommon
directoryType of change
Related issues
Closes #XXXX
Checklists
Development
This box MUST be checked by the submitter prior to merging:
These boxes should be checked by the submitter prior to merging:
Code review
These boxes should be checked by reviewers prior to merging: