Version 1.2.5

This commit is contained in:
2026-01-26 18:38:47 +01:00
parent b1fd6da218
commit d0961c68fa
6 changed files with 241 additions and 98 deletions

View File

@@ -43,6 +43,16 @@ A React-based web application for testing and validating JMESPath expressions ag
4. **Open your browser** and navigate to `http://localhost:3000`
### Development
For development with hot reload on component changes:
```bash
npm run dev
```
This runs both the React dev server (with hot reload) and the API server concurrently. The React app will proxy API requests to the backend server.
### Container Deployment
You can optionally run the application in a container: