Update README-ja.md

This commit is contained in:
t-cool
2021-04-02 16:22:02 +09:00
committed by GitHub
parent b3fca55219
commit f8c5cdf256

View File

@@ -48,16 +48,16 @@ npx shadow-cljs watch app
`shadow-cljs` の設定は `shadow-cljs.edn` でします。次のようなものです。
```clojure
;; shadow-cljs configuration
{:source-paths ; .cljs files go here
;; shadow-cljs の設定
{:source-paths ; .cljs ファイルはここで指定します
["src/dev"
"src/main"
"src/test"]
:dependencies ; covered later
:dependencies ; 後ほど説明します
[]
:dev-http ; starts a http dev server on http://localhost:8020 and serves `public`
:dev-http ; http://localhost:8020 上で http 開発用サーバーを起動し、`public` をサーブします。
{8020 "public"}
:builds