Dong Lam Trien

Dong Lam Trien

  • 796
  • 986
  • 142.6k

Automatically connect to sql server when running React Native ?

Apr 12 2024 2:15 AM

When running the React Native application, in this application folder, open cmd and type: Node server.js to connect to the sql server data. Next, open Visual Studio Code and run the npm start command, if you run the npm start command without running the command before. Node server.js will report a data connection error. Can you declare the node server.js command to run before running the npm start command ?


Answers (2)