Giter Site home page Giter Site logo

torgeir / boot-figwheel-example Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 22 KB

An example project compiling cljs with boot and running figwheel for hot reloading code. Client and server-side use of rum.

Clojure 97.52% CSS 2.48%
clj cljs figwheel boot rum isomorphic

boot-figwheel-example's Introduction

boot+figwheel example

A boot+figwheel example, that hot reloads cljs and less. Client and server-side use of rum.

prerequisits

Install boot!

run/watch

boot dev

hot reload cljs and css

  • visit http://localhost:8080
  • change core.cljs to watch the js reload!
  • change app.main.less to watch the css reload!

connect the cljs browser repl

  • connect to the repl server (e.g. with cider-connect in emacs, or like this in cursive. The port number is logged when you run boot dev.)
  • at the prompt boot.user> type (boot-figwheel/cljs-repl)
  • type (js/alert "woah!") to watch an alert box pop open in the browser
  • woah!

useful boot tasks

Build a single composed task, e.g. to build a jar file

boot dist

Show help for a task, e.g. the target task

boot target -h

Run a single task and pipe the resulting file set to target/

boot less -- target --no-clean

Build, serve the target/public folder, and keep the server up with the wait task

boot build -- serve -d target/public -- wait

boot-figwheel-example's People

Contributors

torgeir avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

clojure-land

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.