4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

2分で簡単なWeb APサーバを作る方法

Posted at

srcの中のソース書き換えると自動でサーバに反映されるので楽~

  1. Leiningenをインストール
  2. 必要なら環境変数HTTP_PROXY, HTTPS_PROXYを設定
  3. lein new compojure sampleweb1コマンドでプロジェクト作成(最後は適当なプロジェクト名)
  4. cd sampleweb1で作成したプロジェクトに移動
  5. lein ring serverでサーバ起動

おわり

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?