Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 563 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 563 Bytes

fulcro-starter

Fulcro starter kit derived from the Fulcro book

Usage

  1. Start the Fulcro server to manage builds, note this does not automatically start any builds

    npx shadow-cljs server
  2. Navigate to the localhost address logged by shadow and start the desired build and navigate to the app address, localhost:8000

  3. Start the SHADOW REPL run configuration

  4. Once connected to the nREPL, select the build you want to work against

    (shadow/repl :main)