"Recipe" suggestions for the Javascript backend #20828
sureshjoshi
started this conversation in
Development
Replies: 1 comment 1 reply
-
I made some steps towards javascript docs in the backend README here - #20826, if that helps at all. Maybe the alternate route via ad_hoc tool could be documented for now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the process of slowly updating the Javascript backend's documentation on pantsbuild.org - and figured this would be as good a time as any to start putting down "Recipes" (bikeshed on the name).
Essentially, the 80/20 use cases that a new user could open up and get up and running with.
Simple example, if someone ran
create-react-app
or similar, what would they need to do to ensure everything they want works in Pants.Or, if they're using typescript (which we don't support yet), how can they get their solution up and running.
This would be just single-backend recipes, not cross-backend stuff (yet)
Beta Was this translation helpful? Give feedback.
All reactions