静的なLPをつくってるとルート相対パスなどサーバー上げないと確認できないことがある。
phpでlocalhost:8000でサーバー起動して確認できる!
npm run build
cd dist
php -S localhost:8000
Go to list of users who liked
静的なLPをつくってるとルート相対パスなどサーバー上げないと確認できないことがある。
phpでlocalhost:8000でサーバー起動して確認できる!
npm run build
cd dist
php -S localhost:8000
Register as a new user and use Qiita more conveniently
Go to list of users who liked