This project aims for HTMX frontend with (fast)CGI backend written in Object Pascal using the FreePascal compiler and libs.
HTMX official website and docs
YOU MUST HAVE at least FreePascal compiler installed on your environment (and available in your path) and Python 3 (to use as local web server) in order to make this CGI + HTMX basic template/boilerplate to work.
- open the terminal inside VSCode
- and compile with
./scripts/buildDev.sh - access project on
http://localhost:3000 - check your browser to see if the project works
- CTRL+C on VScode terminal to stop the server
- access project on
devfolder and upload to your server
- In order to start the local webserver called by the dev script, you must have Python3 installed on your machine