https://github.com/colinzhu/list-diff
A web page written in Javascript to compare 2 lists, show the differences
https://github.com/colinzhu/list-diff
Last synced: 10 months ago
JSON representation
A web page written in Javascript to compare 2 lists, show the differences
- Host: GitHub
- URL: https://github.com/colinzhu/list-diff
- Owner: colinzhu
- Created: 2022-05-07T01:23:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T05:49:01.000Z (over 3 years ago)
- Last Synced: 2025-01-15T07:31:03.321Z (11 months ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# list-diff
A web page written in Javascript to compare 2 lists, show the differences
Quarkus is optional as a java webserver.
To build a native quarkus executable app:
1. Reference: https://quarkus.io/guides/building-native-image
2. Download and install GraalVM
- https://github.com/graalvm/mandrel/releases
- Set environment variables: JAVA_HOME and GRAALVM_HOME to "C:\soft\mandrel-java17-22.1.0.0-Final"
- Update environment variable: PATH to add "C:\soft\mandrel-java17-22.1.0.0-Final\bin"
4. Download maven
- https://maven.apache.org/download.cgi
- Update environment variable: PATH to add "C:\soft\apache-maven-3.8.5\bin"
5. For windows, Download: Build Tools for Visual Studio 2022
- https://visualstudio.microsoft.com/downloads/
- Update environment variable: PATH to add "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.31.31103\bin\Hostx64\x64"
6. Build command:
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat" && mvn package -P native'