Skip to content

memochou1993/json-editor

Repository files navigation

JSON Editor

A tool built with Laravel SPA and JSON Editor to view, edit, format, and validate JSON.

Requirements

  • PHP ^7.2

Installation

Download the master branch.

git clone git@github.com:memochou1993/json-editor.git

Copy .env.example to .env.

cp .env.example .env

Install the Composer dependencies.

composer install

Set a random secure application key.

php artisan key:generate

Install the npm dependencies.

npm install

Compiling Assets

Watch assets for changes.

npm run watch

Run all Mix tasks.

npm run dev

Run all Mix tasks and minify output.

npm run prod

About

A tool to view, edit, format, and validate JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages