Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 953 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 953 Bytes

TodoMVC done with bones.editable

bones.editable implementation of TodoMVC.

This project was forked/extracted from re-frame and then had bones.editable put on top.

Setup And Run

  1. Install Leiningen (plus Java).

  2. Get the project

    git clone https://github.com/teaforthecat/bones-todomvc.git
    
  3. Clean build

    lein do clean, figwheel
    
  4. Run

    You'll have to wait for step 4 to do its compile, but then when you see "Prompt will show when Figwheel connects to your application", then:

    open http://localhost:3450
    

Compile an optimized version

  1. Compile

    lein do clean, with-profile prod compile
    
  2. Open the following in your browser

    resources/public/index.html