# Code Snippets App to store my code snippets. ## Dev Starting by following this guide https://clojure-doc.org/articles/tutorials/basic_web_development/ ### How to run dev server ``` $ clojure -M -m snippets.api ```