csv-to-json/web-client
2022-05-08 23:45:18 -07:00
..
src feat(web-client): implement a basic web client 2022-05-08 23:45:18 -07:00
.gitignore feat(web-client): implement a basic web client 2022-05-08 23:45:18 -07:00
index.html feat(web-client): implement a basic web client 2022-05-08 23:45:18 -07:00
package-lock.json feat(web-client): implement a basic web client 2022-05-08 23:45:18 -07:00
package.json feat(web-client): implement a basic web client 2022-05-08 23:45:18 -07:00
README.md feat(web-client): implement a basic web client 2022-05-08 23:45:18 -07:00
tsconfig.base.json feat(web-client): implement a basic web client 2022-05-08 23:45:18 -07:00
tsconfig.json feat(web-client): implement a basic web client 2022-05-08 23:45:18 -07:00
vite.config.ts feat(web-client): implement a basic web client 2022-05-08 23:45:18 -07:00

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