Run app and server in test mode
Run the following terminal code :
npm start
Run app and server in dev mode
Run the following terminal code :
npm run devstart
Run client app
Run the following terminal code :
npm run client
Run server
Run the following terminal code :
npm run server
Run server in dev mode
Run the following terminal code :
npm run server-dev