433 B
433 B
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:
$> 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):
$> npm run dev