This module has one task, which is to provide a minimal local server to host files that will be used during development.
- Create the file with any name (e.g.,
sync-info.json) indev-local-server/devWorkingDirectoryfolder - Run using IntelliJ IDEA shared run configurations or change the working directory
to
dev-local-server/devWorkingDirectoryinstead of the root project folder if you're running the server in a different way. - You should now be able to send GET request to
http://localhost:8080/sync-info.json, replacesync-info.jsonwith the file path.