Generate Project
Detailed guide on generating project
Create application
-
Create project.
Change
myproject
to name of you project and run one of two following commands.Using Clojure CLI:
If you already have Clojure CLI with Clojure
1.12.x
anddeps-new
tool, then you can just run:OR alternatively using neil:
At the moment
neil
automatically adds:neil
alias todeps.edn
after generating the project. So, for now, you might want to delete it manually. -
Start development (with mise).
mise
is just convenient tool to manage system deps in version isolation for different projects. If you want, you can install all required tools manually, consult.mise.toml
for specific versions.The server should be available at http://localhost:8000.
Options
After creating a project
After creating a project you will have a file structure and all configurations for starting development. First thing is recommended to do is checking the code formatting, linting, tests and outdated deps.
Now we can initiate git
and commit initial setup:
Now we can go to Github and create a repository to add it as a remote target to your local one: