You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the project requires you to change into server & app and running the command npm install in both.
Suggested solution is to add a package.json in the root of the project to enable one npm install which installs both dependencies and add a npm start which will start both of the services from the root folder rather than switching into both folders
The text was updated successfully, but these errors were encountered:
Currently the project requires you to change into
server
&app
and running the commandnpm install
in both.Suggested solution is to add a
package.json
in the root of the project to enable onenpm install
which installs both dependencies and add anpm start
which will start both of the services from the root folder rather than switching into both foldersThe text was updated successfully, but these errors were encountered: