Fragments back-end API
This is the command to run EsLint
npm run lintRun the following command in the terminal to start the server
npm startThis Setup logs all the Environment Variables to the console
Got to the Debug module on the vs-code
Click on the play button beside "Debug via npm run debug"
Or else you can also write the following command in the terminal
npm run debugThis setup Automatically reloads our Server whenever the code changes
Write the following command in the terminal
npm run dev