Skip to content

aragaosousabr/JSONWebViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONWebViewer

JSONWebViewer is a web application built with Vite for viewing JSON files directly in your web browser. It allows you to visualize and explore JSON data without the need for server-side processing. This project provides a lightweight and client-side solution for working with JSON data.

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js: This project requires Node.js to be installed on your machine.

You will also need one of the following package managers to install project dependencies:

  • npm: The Node.js package manager, included with Node.js installation.
  • Yarn: A fast and reliable package manager for Node.js.
  • pnpm: A fast, disk space-efficient package manager for Node.js.

Installation

Use the package manager of your choice (we use pnpm) to install the project's dependencies:

pnpm

pnpm install

npm

npm install

Yarn

yarn install

Refer to the respective package manager's documentation for more details on installation and usage.

Installation

  1. Clone the repository:
git clone https://github.com/aragaosousabr/JSONWebViewer.git
  1. Change the directory to the project folder:
cd JSONWebViewer
  1. Install the project dependencies:
pnpm install

Usage

  1. Start the development server:
pnpm dev
# or
yarn dev
# or
npm run dev
  1. Open your web browser and go to http://localhost:5173. (default port)

About

JS Vanilla JSON Web Viewer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published