Closed prime1999 closed 10 months ago
made the change to the .env naming
it can be used to run more than one scripts at once, so I am using it to run the frontend and backend at once , like instead of saying npm start then also using np run server that I prepared for the backend, we can just directly run npm run dev that is using concurrently to run but the start and run server command
Created the scripts to run the frontend and the backend of the app separately of together from the root of the application,
script to run the frontend: npm start script to run the server: npm run server script to run both together: npm run dev