sandbox-axios/axios-auth/README.md

21 lines
455 B
Markdown
Raw Permalink Normal View History

## Overview
2022-02-19 21:35:46 +01:00
Download file using node.js inbuild packges.
## Preparation
2022-02-19 21:35:46 +01:00
Run the following command in your favorite terminal to install dependenies.
```
npm i
```
## Development setup
2022-02-19 21:35:46 +01:00
Run the following command in your favorite terminal if you fancy log messages for debugging.
```
2022-05-17 14:39:29 +02:00
export DEBUG=$DEBUG,axios
```
2022-02-19 21:35:46 +01:00
Run the following command in your favorite terminal to start the service in development mode.
```
npm run dev
```
## Production deployment
2022-05-17 14:39:29 +02:00
tbc