Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note on using cider #384

Open
Risto-Stevcev opened this issue Oct 2, 2022 · 0 comments
Open

Note on using cider #384

Risto-Stevcev opened this issue Oct 2, 2022 · 0 comments

Comments

@Risto-Stevcev
Copy link

Risto-Stevcev commented Oct 2, 2022

Newbie note:

The create-tauri-app command will ask what your dev command is (default is npm run dev).
Adding a command there will include it "beforeDevCommnad" in tauri.conf.json, like this:

    "beforeDevCommand": "npm run dev",

I had to remove this command to get it to work. Then I would just do npm run tauri dev, which waits for localhost:3000 to start up, at which point in emacs I would run cider with M-x cider-jack-in-cljs, then select shadow, and then the :app build, and then it works.

I think it would be useful to add a note somewhere in the readme for noobs like me.

@Risto-Stevcev Risto-Stevcev changed the title Using cider Note on using cider Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant