Fragments is a cloud-based microservice that handles "fragments" of various data types (text, image, etc.)
-
To make sure the code is consistent and avoid any bugs, use
npm run lint
-
To run the server normally, use
npm start
-
To run the server in dev mode via nodemon (automatically restarting the server on changes), use
npm run dev
-
To run the server in debug mode, use
npm run debug