Skip to content

fulcro-legacy/workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workflow Sample Files

These files go with YouTube videos.

There are two tags on this repository.

  • workflow-part-1 is the state of the code at the end of this video.
  • workflow-part-2 is for this video.

Some basics:

Building the client and cards:

$ lein run -m clojure.main script/figwheel.clj
cljs=> (switch-to-build "dev" "cards")

Running the server:

$ lein repl
user=> (go)

Browse to http://localhost:3000.

Running server tests:

$ lein repl
user=> (start-server-tests)

and browse to http://localhost:8888/fulcro-spec-server-tests.html. Use the menu in the upper left corner to turn on integration tests. Requires your computer to understand and have a /tmp directory.