Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 706 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 706 Bytes

fragments

Fragments back-end API

How to run EsLint

This is the command to run EsLint

npm run lint

How to Start the Server

Run the following command in the terminal to start the server

npm start

How to Debug the API

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

How to run a Dev Server

This setup Automatically reloads our Server whenever the code changes

Write the following command in the terminal

npm run dev