Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 558 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 558 Bytes

Webアプリケーション 雛形

Node.js

Node.jsの処理系を https://nodejs.org からダウンロードし,インストールしておく.

Webサーバのインストール

必要なライブラリをインストールする.

npm install

ビルド

Reactのプログラムを変換するためにここではParcel( https://parceljs.org/ )を使用している.

npm run build

Webサーバの起動

npm run start

ブラウザからは,http://localhost:3000/ でアクセスできる.