Skip to content

We need qucikstart-node-script #12

@Chamber6821

Description

@Chamber6821

Now, to start developing a NodeJS application on ClojureScript comfortably, you need to go through 9 circles of hell, when on other platforms it is enough to initialize the project and everything works for you.

The main pain: starting 2 parallel processes. You must first run shadow-cljs watch, which is obvious, and only after the first compilation is complete (which is actually not very obvious) run node out/script.js.

Additional pain: Conjure (a plugin for CLJS support in Neovim) does not automatically correctly connect to nREPL and you need to manually connect it with a command. The instructions are described in Conjure itself, and this resource should become part of the guide for beginners in CLJS.

I created a draft version of such a repository, which requires evaluation. I believe that my or a similar solution should be included in the organization as a quickstart-node-script repository.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions