Fragments back-end API
This is the command to run EsLint
npm run lint
Run the following command in the terminal to start the server
npm start
This 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 debug
This setup Automatically reloads our Server whenever the code changes
Write the following command in the terminal
npm run dev