Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

tamakon/mnr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9c322e · Mar 31, 2019
Jan 21, 2018
Mar 31, 2018
Mar 31, 2019
Oct 14, 2017
Oct 17, 2017
Jan 21, 2018
Mar 31, 2018
Oct 18, 2017
Mar 31, 2019

Repository files navigation

README

いい感じの企業ホームページを作ろう!

起動方法

前提としてnode.jsをインストールしている必要があります。
mnr ディレクトリ配下にて以下のコマンドを実行することでwebサーバを起動できます。
成功すれば、 http://localhost:3000 でwebサーバにアクセスできます。

npm install
npm run build
node main.js

開発

watchifyによる快適なビルドライフを実装。

npm run watch