A tool built with Laravel SPA and JSON Editor to view, edit, format, and validate JSON.
- PHP ^7.2
Download the master branch.
git clone [email protected]: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
Watch assets for changes.
npm run watch
Run all Mix tasks.
npm run dev
Run all Mix tasks and minify output.
npm run prod