Skip to content

Instantly share code, notes, and snippets.

@elsehow
Created March 3, 2016 01:37
Show Gist options
  • Save elsehow/232efb1a93572c541cc7 to your computer and use it in GitHub Desktop.
Save elsehow/232efb1a93572c541cc7 to your computer and use it in GitHub Desktop.

first, install from the lein template:

lein new figwheel-node hello-world
cd hello-world
npm install

Start Figwheel from one terminal window:

lein figwheel

Start Node.js in another terminal window:

node target/server_dev/hello_world.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment