3
1

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 3 years have passed since last update.

Kotlin/JS よくある質問

Last updated at Posted at 2020-11-19

ホットリロードは出来ますか?

出来ます。 実行時に-tオプションをつけると、ソースコードが変更された時に自動的にリロードします。

./gradlew run -t

ブラウザでデバッグ出来ますか?

出来ます。
Debugging Kotlin in the browser

npmは使えますか?

使えます。
Using packages from NPM

Reactは使えますか?

使えます。

チュートリアル: Building Web Applications with React and Kotlin/JS

環境変数を使う方法はありますか?

わかりません。以下に質問が上がっていますが、明確な回答がありません。

Kotlin JS React accessing/configuring environment variables

フルスタックWebアプリケーションは作れますか?

バックエンドでKotlin/JVM、フロントエンドでKotlin/JSを使うことにより、フルスタックWebアプリケーションを作ることが出来ます。

3
1
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?