sandbox-node/parse-csv-1252/README.md

13 lines
216 B
Markdown
Raw Permalink Normal View History

2022-08-25 05:58:20 +02:00
## Preparation
2022-08-25 06:23:05 +02:00
2022-08-25 05:58:20 +02:00
Run the following command in your favorite terminal to install dependenies.
```
npm i
```
## Development setup
2022-08-25 06:23:05 +02:00
2022-08-25 05:58:20 +02:00
Run the following command to start the service in development mode.
```
npm run dev
```