# clj ``` neil new app [web application 專案名稱] neil new lib [library 專案名稱] neil new scratch [免洗專案名稱] ``` # cljs - with basic reagent ``` npx create-cljs-app my-project ``` - empty ``` npx create-cljs-project my-project ```
clj
cljs