This project is a website that helps to create HTML tables from JSON. The objective is to assist in the creation of spreadsheets for web services documentation.
You can view a live demo over at https://jonathanfiss.github.io/convert-json-to-table-for-field-description/
To get the frontend running locally:
- Clone this repo
npm install
to install all dependenciesnpm run dev
to start the local server