csv-to-json/web-client/README.md

17 lines
433 B
Markdown

# csv-to-json web client
A simple Preact SPA designed to showcase the csv-to-json server in action.
## Usage
Have a recent version of node (>=v14) and npm installed, and install any dependencies needed:
```sh
$> npm i
```
Ensure that you have `csv-to-json` running and listening on port 8000, then fire up the dev server and visit the url indicated in your browser (defaults to http://localhost:3000):
```sh
$> npm run dev
```