エンジニアを目指す初学者に向けて、わかりやすく解説したブログです。
サイトをリニューアルしました

IntelliJ IDEA CEでSpringBootのホットリロードを設定する

Featured image of the post

Build project automaticallyとAllow auto-make to start even if developed application is currently runnnigを有効化する必要がある。

GradleでSpringBootのホットリロードを設定する

Featured image of the post

build —continuousとbootRunを別々のターミナルで実行するのがポイント。

【Remix】Tests closed successfully but something prevents Vite server from exiting

Featured image of the post

RemixのViteプラグインは、VitestやStorybookで使うように設計されていないことが原因。

【Remix】Vitestを導入し、テストカバレッジを表示する

Featured image of the post

RemixにVitestを導入し、ユニットテストの環境構築を行う。

【Remix】actionとは

Featured image of the post

サーバーサイドでPOSTなどを行うための関数。

【Remix】Prettierを導入する

Featured image of the post

Prettierをインストールし、設定ファイルを作成する。

【Remix】ブラウザから呼ぶプロキシAPIを作る

Featured image of the post

RemixでプロキシAPIを作るためには、loader関数のみを配置したtsxファイルを作成するだけ。

【Remix】loaderとは

Featured image of the post

サーバーサイドでレンダリングするために必要な情報を取得するための関数。

【Linux】sshログアウトしてもコマンドをバックグラウンドで実行する

Featured image of the post

nohupコマンドを使うと良い。既にコマンドを実行してしまい、中断できない場合についても解説した。

SpringBootのプロジェクトをDockerで動かす

Featured image of the post