Updated the https://practical.li/clojure/clojure-cli/projects/ in the Practicalli Clojure book
• simplified the introduction to projects, adding an example deps.edn to complement the existing description of a typical Clojure CLI project
• added overview of Practicalli Project Templates, to create more advanced projects from the templates Practicalli has developed
• described the use and design of resulting projects from each Practicalli Project Template
◦ practicalli/minimal - essential REPL driven development tools
◦ practicalli/application project for general application development
◦ practicalli/service production level project (from commercial experience) with optional Donut or Integrant component management
◦ practicalli/landing-page creating simple single page websites with ClojureScript, Reagent and Figwheel-main (javascript free)