Skip to content

fdhenard/cledgers-fulcro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cledgers-fulcro

local stuff

first time

  • $ npm install shadow-cljs react react-dom --save

local startup

  • frontend
    • start shadow-cljs server

        $ cd <repos>/cledgers-fulcro
        $ npx shadow-cljs server
      
    • navigate to localhost:9630

    • start watch

    • for frontend only -> navigate another tab to localhost:8000

    • open cider repl

      • M-x cider-connect
      • host: localhost
      • port: see shadow-cljs output. eg. shadow-cljs - nREPL server started on port 50132
      • shadow.user> (shadow/repl :main)
      • test repl?: (js/alert "Hi")
  • backend
    • emacs
      • cider-jack-in
      • > (start)
  • navigate another tab to http://localhost:3000/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages