Answer the question
In order to leave comments, you need to log in
How to upload packages via yarn to the client side of the application?
Hello, I have a project client / server
app
--/client
--/client/package.json (2)
- ...
- package.json (1)
in (1) there is a script that starts both the client and the server at the same time (
)
"server": "nodemon app.js",
"client": "cd client && yarn serve",
"dev": "concurrently \"yarn server\" \"yarn client\""
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question