Json Peekr is designed with a clean and intuitive interface, ensuring effortless interaction and clarity in viewing JSON data. Whether you're debugging, exploring APIs, or simply organizing data, Json Peekr streamlines the process with its user-friendly features.
Before running this project, make sure you have the following software installed on your machine:
- Node.js (v14.x or later)
- npm
To verify the installation, you can run:
node -vnpm -v- Clone the repository:
git clone git@github.com:tricksap/json-peek.git- Change to the project directory:
cd [Folder name]- Install the dependencies:
For npm:
npm installFor yarn:
yarn installTo start the development server, use the following command:
npm run devThe application will be available at http://localhost:3000.
To create an optimized production build, run:
npm run buildThis will generate a .next folder with optimized assets. After the build, you can start the server in production mode:
npm start