/nextjs_sample

Sample application of next.js

Primary LanguageJavaScript

前提

開発スタートアップ

初回起動

Node.js, npm, yarn を package.json の engines に併せてインストールする

毎回起動

yarn install
yarn dev

http://localhost:3000 へアクセスする