表示できました。 #WEBページ構築 react を使用して構築します。 Express では localhost:3000 にアクセスした際、public/index.html がある場合は index.html を表示します。 public/ フォルダ以下に index.html を、public/javascripts/ フォルダ以下に login.jsx を設置します。 それぞれのファイルの中身を以下のように編集します。 <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title></title> <script src="https://fb.me/react-0.13.3.js"></script> <script src="https://