Update README-ja.md
This commit is contained in:
@@ -48,16 +48,16 @@ npx shadow-cljs watch app
|
|||||||
`shadow-cljs` の設定は `shadow-cljs.edn` でします。次のようなものです。
|
`shadow-cljs` の設定は `shadow-cljs.edn` でします。次のようなものです。
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
;; shadow-cljs configuration
|
;; shadow-cljs の設定
|
||||||
{:source-paths ; .cljs files go here
|
{:source-paths ; .cljs ファイルはここで指定します
|
||||||
["src/dev"
|
["src/dev"
|
||||||
"src/main"
|
"src/main"
|
||||||
"src/test"]
|
"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"}
|
{8020 "public"}
|
||||||
|
|
||||||
:builds
|
:builds
|
||||||
|
|||||||
Reference in New Issue
Block a user