This app for convert file from .TSV to .JSON using Electron
- only upload file and automatic convert to .JSON
# Clone the repository
git clone https://github.com/wildy13/electron-tsvToJson.git
# Navigate to the project directory
cd electron-tsvToJson
# Install dependencies
npm install
# Run the app
npm run start
# Build the app
npm run build