Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 389 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 389 Bytes

起動の仕方

動かすのにはnodejsが必要なので事前にインストールしておきましょう。

↓のコマンドで必要なライブラリ等をインストールする。

npm install
bower install

↓のコマンドでサーバーが起動する。

npm start

一応テストが入っている。↓のコマンドで動く。

npm test