Skip to content

講義で作成したWebアプリケーション

Notifications You must be signed in to change notification settings

rako/lesson-web-app

Repository files navigation

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/ でアクセスできる.

About

講義で作成したWebアプリケーション

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published