Skip to content

Instantly share code, notes, and snippets.

@53ningen
Created July 12, 2014 15:23
Show Gist options
  • Save 53ningen/617ca2331183e9538c61 to your computer and use it in GitHub Desktop.
Save 53ningen/617ca2331183e9538c61 to your computer and use it in GitHub Desktop.
ClojureScriptの導入

ClojureScriptの導入

Leiningenの導入

wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
sudo chmod 755 lein
mv lein /usr/local/bin
lein

プロジェクトの作成とサーバーの起動

lein new cljs-template app
cd app
lein run
open http://localhost:8090

わりとkichigai

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment