How are we supposed to develop the frontend? #51
rachtsingh
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks Nick for creating this great template, I really appreciate how it's so minimal so you don't have to start by tearing everything down immediately.
Maybe I'm missing something basic, but from what I understand the node environment is fully installed inside the Docker container, which means that node_nodules/ is inside the container's version of assets/.
So I don't really know how to do the following:
npm add X
oryarn add X
)Is the answer basically:
Sorry if this is super basic, I was just confused because if I understand correctly the Python and Javascript source files are not bound 2-way to the Docker container, so editing it inside the container doesn't change our source files. So I didn't really understand how to do the latter.
Beta Was this translation helpful? Give feedback.
All reactions