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

13 lines
216 B
Markdown

## Preparation
Run the following command in your favorite terminal to install dependenies.
```
npm i
```
## Development setup
Run the following command to start the service in development mode.
```
npm run dev
```