sandbox-axios/axios-get-service
renovate[bot] 2b2be92fbe
chore(deps): pin dependencies
2022-06-23 20:14:02 +00:00
..
.env feat(axios-get-service): initial commit 2022-05-19 11:59:11 +02:00
README.md feat(axios-get-service): initial commit 2022-05-19 11:59:11 +02:00
index.js feat(axios-get-service): initial commit 2022-05-19 11:59:11 +02:00
package.json chore(deps): pin dependencies 2022-06-23 20:14:02 +00:00
utils.js feat(axios-get-service): initial commit 2022-05-19 11:59:11 +02:00

README.md

Overview

tbc

Preparation

Run the following command in your favorite terminal to install dependenies.

npm i

Development setup

Run the following command in your favorite terminal if you fancy log messages for debugging.

export DEBUG=$DEBUG,axios

Run the following command in your favorite terminal to start the service in development mode.

npm run dev

Production deployment

tbc